.. Mail/Protocol/Smtp/Auth/Plain.php generated using docpx on 01/30/13 03:26pm Class ***** Zend\\Mail\\Protocol\\Smtp\\Auth\\Plain ======================================= Performs PLAIN 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 PLAIN authentication with supplied credentials setUsername +++++++++++ .. function:: setUsername() Set value for username :param string: :rtype: Plain getUsername +++++++++++ .. function:: getUsername() Get username :rtype: string setPassword +++++++++++ .. function:: setPassword() Set value for password :param string: :rtype: Plain getPassword +++++++++++ .. function:: getPassword() Get password :rtype: string