Net_POP3::login() -- ログイン手続きを行う
説明
ログイン手続きを実行します。タイムスタンプが保存されている場合はまず
APOP を試み、それから基本的な USER/PASS によるログインを試みます。
返り値
成功時には TRUE、
失敗時には PEAR_Error を返します。
注意
この関数は、スタティックにコールする
ことはできません。
|
Net_POP3::getSize() (Previous)
|
(Next) Net_POP3::numMsg()
|
|
|
Download Documentation
|
Last updated: Sun, 17 Aug 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.
|
|