Class Swift_Transport_Esmtp_Auth_CramMd5Authenticator
Handles CRAM-MD5 authentication.
- Swift_Transport_Esmtp_Auth_CramMd5Authenticator implements Swift_Transport_Esmtp_Authenticator
Package: Swift\Transport
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Transport/Esmtp/Auth/CramMd5Authenticator.php
public
string
|
|
public
boolean
|
#
authenticate(
Try to authenticate the user with $username and $password. |
private
string
|
#
_getResponse( string $secret, string $challenge )
Generate a CRAM-MD5 response from a server challenge. |