Net_POP3::login() -- Performs the login procedure
Description
Performs the login procedure. If there is a timestamp stored,
APOP will be tried first, then basic USER/PASS.
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.
|
Net_POP3::getSize() (Previous)
|
(Next) Net_POP3::numMsg()
|
|
|
Download Documentation
|
Last updated: Sun, 28 Sep 2008 |
|
Do you think that something on this page is wrong? Please file a bug report or add a note.
|
| User Notes: |
Note by: lance.fordham@gmail.com
If you are getting authentication errors then use the third parameter like this:
$ret = $pop3->login($mail_username, $mail_password, 'USER');
Where 'USER' is a string and not a boolean value.
Apparently nobody is going to fix it.
|
|