| Bug #7207 | imap_open bug | ||||
|---|---|---|---|---|---|
| Submitted: | 14 Oct 2000 12:35pm UTC | Modified: | 30 Oct 2000 9:26am UTC | ||
| From: | brain at brainlapse | Assigned to: | |||
| Status: | Closed | Category: | IMAP related | ||
| Version: | 4.0.3 | OS: | win98se | ||
[14 Oct 2000 12:35pm UTC] brain at brainlapse
[15 Oct 2000 9:45pm UTC] sniper@php.net
I can not reproduce this. Could you please include a shortest possible reproducing script into this bug report? --Jani
[30 Oct 2000 9:26am UTC] sniper@php.net
No feedback and I can not reproduce this with latest working CVS. --Jani
[4 Aug 2004 7:34am UTC] a at a dot com
After almost 4 years, this problem continues to be unaddressed. The mail-box-empty message is reported as an error, which is wrong. If the mail box is empty, imap_last_error should not return this as an error.
[18 Aug 2004 10:59pm UTC] compu_global_hyper_mega_net_2 at yahoo dot com
This bug should be reopened. The current behaviour is really wrong.
<?
$mbox = @imap_open('{localhost:110/pop3}INBOX', 'user', 'password');
?>
Obviously, in the above example, I have a pop3 server running on
localhost, with the user/password credentials.
Result:
PHP Notice: (null)(): Mailbox is empty (errflg=1) in Unknown on line 0
Notice: (null)(): Mailbox is empty (errflg=1) in Unknown on line 0
