|
XOOPS RMCommon Utilities
2.1.8.91RC
|

Public Member Functions | |
| authenticate (Swift_Transport_SmtpAgent $agent, $username, $password) | |
| getAuthKeyword () | |
Definition at line 21 of file LoginAuthenticator.php.
| Swift_Transport_Esmtp_Auth_LoginAuthenticator::authenticate | ( | Swift_Transport_SmtpAgent | $agent, |
| $username, | |||
| $password | |||
| ) |
Try to authenticate the user with $username and $password.
| Swift_Transport_SmtpAgent | $agent | |
| string | $username | |
| string | $password |
Implements Swift_Transport_Esmtp_Authenticator.
Definition at line 41 of file LoginAuthenticator.php.
References Swift_Transport_SmtpAgent\executeCommand().

| Swift_Transport_Esmtp_Auth_LoginAuthenticator::getAuthKeyword | ( | ) |
Get the name of the AUTH mechanism this Authenticator handles.
Implements Swift_Transport_Esmtp_Authenticator.
Definition at line 29 of file LoginAuthenticator.php.