ID: 34994 Updated by: [EMAIL PROTECTED] Reported By: richard at anykom dot com -Status: Open +Status: Feedback Bug Type: IMAP related Operating System: Debian Sarge PHP Version: 5.0.5 New Comment:
Not enough information was provided for us to be able to handle this bug. Please re-read the instructions at http://bugs.php.net/how-to-report.php If you can provide more information, feel free to add it to this bug and change the status back to "Open". Thank you for your interest in PHP. Previous Comments: ------------------------------------------------------------------------ [2005-10-26 20:25:38] richard at anykom dot com 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://*** ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=34994&edit=1