Edit report at https://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: Feedback +Status: No Feedback Type: Bug Package: IMAP related Operating System: windows xp PHP Version: 5.3.3 New Comment: No feedback was provided. The bug is being suspended because we assume that you are no longer experiencing the problem. If this is not the case and you are able to provide the information that was requested earlier, please do so and change the status of the bug back to "Open". Thank you. Previous Comments: ------------------------------------------------------------------------ [2010-09-23 17:45:44] [email protected] 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. ------------------------------------------------------------------------ [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 https://bugs.php.net/bug.php?id=52912&edit=1
