Net_POP3::login()

Net_POP3::login() -- Performs the login procedure

Synopsis

require_once 'Net/POP3.php';

boolean Net_POP3::login (string $user string $pass boolean $apop)

Beschreibung

Performs the login procedure. If there is a timestamp stored, APOP will be tried first, then basic USER/PASS.

Parameter

Rückgabewert

Gibt bei Erfolg TRUE zurück, bei einem Fehler ein Objekt der Klasse PEAR_Error.

Hinweise

Diese Methode kann nicht statisch aufgerufen werden.