Public Member Functions | |
__construct ($host= '127.0.0.1', $port=null, $config=null) | |
auth () | |
Protected Member Functions | |
_hmacMd5 ($key, $data, $block=64) |
Definition at line 39 of file Crammd5.php.
__construct | ( | $ | host = '127.0.0.1' , |
$ | port = null , |
||
$ | config = null |
||
) |
Constructor.
string | $host | (Default: 127.0.0.1) |
int | $port | (Default: null) |
array | $config | Auth-specific parameters |
Definition at line 49 of file Crammd5.php.
_hmacMd5 | ( | $ | key, |
$ | data, | ||
$ | block = 64 |
||
) | [protected] |
Prepare CRAM-MD5 response to server's ticket
string | $key | Challenge key (usually password) |
string | $data | Challenge data |
string | $block | Length of blocks |
Definition at line 92 of file Crammd5.php.
auth | ( | ) |
Reimplemented from Zend_Mail_Protocol_Smtp.
Definition at line 69 of file Crammd5.php.