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)

Description

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

Paramètres

Valeur retournée

Retourne TRUE en cas de succès, un objet PEAR_Error en cas d'échec.

Note

Cette fonction ne peut pas être appelée de façon statique.