ID: 43471 Updated by: [EMAIL PROTECTED] Reported By: phpdeveloper at ukr dot net -Status: Open +Status: Bogus Bug Type: IMAP related Operating System: windows2000 PHP Version: 5.2.5 New Comment:
Thank you for taking the time to write to us, but this is not a bug. Please double-check the documentation available at http://www.php.net/manual/ and the instructions on how to report a bug at http://bugs.php.net/how-to-report.php Previous Comments: ------------------------------------------------------------------------ [2007-12-01 14:52:45] phpdeveloper at ukr dot net Description: ------------ imap_fetchstructure() generate error with some email messages. Reproduce code: --------------- <? $mbox = imap_open("{pop.mail.ru/pop3:110}INBOX", 'my_login', 'my_password'); $s = imap_fetchstructure($mbox , 2); ?> Expected result: ---------------- Blank page without errors Actual result: -------------- Notice: Unknown: Warning: MIME header encountered in non-MIME message (errflg=3) in Unknown on line 0 ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/?id=43471&edit=1