Method |
Description |
|
add_backtrace ( $message ) |
Add backtrace message for debugging |
|
close_session ( &$err_msg ) |
Close session |
|
cram_md5 ( $username, $password ) |
cram_md5 authentication method |
|
digest_md5 ( $username, $password ) |
digest_md5 authentication method
A real pain in the *** |
|
log_into_server ( $hostname, $username, $password, $default_auth_method ) |
Log into server and get possible auth codes if neccessary |
|
login ( $username, $password ) |
Login authentication method |
|
plain ( $username, $password ) |
Plain authentication method |
|
pop_before_smtp ( $hostname, $username, $password ) |
Pop before smtp authentication |
|
server_parse ( $response, $line ) |
We use the line to give the support people an indication at which command the error occurred |
|
server_send ( $command, $private_info = false ) |
Send command to smtp server |
|
smtp_class ( ) |
|
|