.. Mail/Protocol/Smtp/Auth/Login.php generated using docpx on 01/30/13 03:26pm Class ***** Zend\\Mail\\Protocol\\Smtp\\Auth\\Login ======================================= Performs LOGIN authentication Methods ------- __construct +++++++++++ .. function:: __construct() Constructor. :param string: (Default: 127.0.0.1) :param int: (Default: null) :param array: Auth-specific parameters auth ++++ .. function:: auth() Perform LOGIN authentication with supplied credentials setUsername +++++++++++ .. function:: setUsername() Set value for username :param string: :rtype: Login getUsername +++++++++++ .. function:: getUsername() Get username :rtype: string setPassword +++++++++++ .. function:: setPassword() Set value for password :param string: :rtype: Login getPassword +++++++++++ .. function:: getPassword() Get password :rtype: string