TYPO3  7.6
Public Member Functions | List of all members
Swift_Transport_Esmtp_Auth_LoginAuthenticator Class Reference
Inheritance diagram for Swift_Transport_Esmtp_Auth_LoginAuthenticator:
Swift_Transport_Esmtp_Authenticator

Public Member Functions

 getAuthKeyword ()
 
 authenticate (Swift_Transport_SmtpAgent $agent, $username, $password)
 

Detailed Description

Handles LOGIN authentication.

Author
Chris Corbyn

Definition at line 16 of file LoginAuthenticator.php.

Member Function Documentation

authenticate ( Swift_Transport_SmtpAgent  $agent,
  $username,
  $password 
)

Try to authenticate the user with $username and $password.

Parameters
Swift_Transport_SmtpAgent$agent
string$username
string$password
Returns
bool

Implements Swift_Transport_Esmtp_Authenticator.

Definition at line 37 of file LoginAuthenticator.php.

References Swift_Transport_SmtpAgent\executeCommand().

getAuthKeyword ( )

Get the name of the AUTH mechanism this Authenticator handles.

Returns
string

Implements Swift_Transport_Esmtp_Authenticator.

Definition at line 23 of file LoginAuthenticator.php.