require_once 'Net/POP3.php';
boolean Net_POP3::login (string $user string $pass boolean $apop)
boolean Net_POP3::login
Performs the login procedure. If there is a timestamp stored, APOP will be tried first, then basic USER/PASS.
string $user - Username to use
string $pass - Password to use
boolean $apop - Whether to try APOP first
Returns TRUE on success, PEAR_Error on failure.
This function can not be called statically.