|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2008-08-05 01:11 UTC] jani@php.net
[2010-05-15 21:09 UTC] burninleo at gmx dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Sat Nov 08 10:00:01 2025 UTC |
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