XOOPS RMCommon Utilities
2.1.8.91RC
|
Public Member Functions | |
authenticate (Swift_Transport_SmtpAgent $agent, $username, $password) | |
getAuthKeyword () | |
Definition at line 19 of file Authenticator.php.
Swift_Transport_Esmtp_Authenticator::authenticate | ( | Swift_Transport_SmtpAgent | $agent, |
$username, | |||
$password | |||
) |
Try to authenticate the user with $username and $password.
Swift_Transport_SmtpAgent | $agent | |
string | $username | |
string | $password |
Implemented in Swift_Transport_Esmtp_Auth_CramMd5Authenticator, Swift_Transport_Esmtp_Auth_LoginAuthenticator, and Swift_Transport_Esmtp_Auth_PlainAuthenticator.
Swift_Transport_Esmtp_Authenticator::getAuthKeyword | ( | ) |
Get the name of the AUTH mechanism this Authenticator handles.
Implemented in Swift_Transport_Esmtp_Auth_CramMd5Authenticator, Swift_Transport_Esmtp_Auth_LoginAuthenticator, and Swift_Transport_Esmtp_Auth_PlainAuthenticator.