|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2005-10-26 20:45 UTC] tony2001@php.net
[2005-11-03 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Mon Oct 27 02:00:01 2025 UTC |
Description: ------------ Hy, I've a bug when I open an empty mailbox... I join the error message.... With IE my naviguateur stop the loading of the page Marc Reproduce code: --------------- if ( !($this->imap = imap_open($this->mailbox,$this->compte->getLogin(),$this->compte->getPass()))){ $_SESSION['connexion'] -= 1; throw new Exceptions_Webmail_Mail(30,@imap_last_error()); } Expected result: ---------------- PHP Notice: Unknown: Mailbox is empty (errflg=1) in Unknown on line 0, referer: http://***