|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-02-29 15:31 UTC] chagenbu at cvs dot php dot net
[2000-07-25 12:26 UTC] hholzgra@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Wed Oct 29 04:00:01 2025 UTC |
When I use this code in my program: $mbox = imap_open("{$pop_server/pop3:110}INBOX","$login","$password"); $headers = imap_headers($mbox); in my code, and there is more than one mail message in the folder, I get a message from my browser that 'the document contains no data'. Other functions such as imap_num_msg work fine. Compiled modules: --with-apache --with-apxs --with-imap --with-mysql