Net_POP3::getSize() (Previous) (Next) Net_POP3::numMsg()

View this page in Last updated: Sun, 28 Sep 2008
English | French | German | Hungarian | Japanese | Polish | Spanish | Plain HTML

Net_POP3::login()

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

Beschreibung

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

Parameter

  • string $user - Username to use

  • string $pass - Password to use

  • boolean $apop - Whether to try APOP first

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.

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.