|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-29 15:01 UTC] chagenbu at cvs dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Sun Jul 05 23:00:02 2026 UTC |
See the following statement (from PHP Manual): $mbox = imap_open("{localhost:143}INBOX","user_id","password"); The strange thing with this is shown in the syslog: Oct 19 12:54:15 XXX imapd[14058]: Login failure user=INBOX host=XXX [XXX.XXX.XXX.XXX] The user should be "user_id" and not "INBOX". I tested ist several times and I found that imap_open uses "INBOX" as the user and the mailboxname. Any suggestions ?