Edit report at http://bugs.php.net/bug.php?id=52912&edit=1
ID: 52912 Updated by: [email protected] Reported by: jabirbbs at gmail dot com Summary: the function is not providing the result -Status: Open +Status: Feedback Type: Bug -Package: Apache related +Package: IMAP related Operating System: windows xp PHP Version: 5.3.3 Block user comment: N New Comment: To clarify, is the problem with one of the IMAP functions or the mailparse_msg_free() function? If it's the mailparse_msg_free() function result, then that should be reported on the PECL bug tracker at http://pecl.php.net/bugs/report.php?package=mailparse as the mailparse extension is maintained there rather than within PHP proper. Previous Comments: ------------------------------------------------------------------------ [2010-09-23 14:22:13] jabirbbs at gmail dot com Description: ------------ <?php //The variables are assigned but are confidential like username and password. $inbox = imap_open($hostname,$username,$password) or die('Cannot connect to Gmail: ' . imap_last_error()); $emails = imap_search($inbox,'ALL'); $message = mailparse_msg_free($inbox,$email_number,1); echo $message; ?> ------------------------------------------------------------------------ -- Edit this bug report at http://bugs.php.net/bug.php?id=52912&edit=1
