php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #52912 the function is not providing the result
Submitted: 2010-09-23 14:22 UTC Modified: 2013-02-18 00:34 UTC
From: jabirbbs at gmail dot com Assigned:
Status: No Feedback Package: IMAP related
PHP Version: 5.3.3 OS: windows xp
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2010-09-23 14:22 UTC] 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;
?>


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2010-09-23 17:45 UTC] aharvey@php.net
-Status: Open +Status: Feedback -Package: Apache related +Package: IMAP related
 [2010-09-23 17:45 UTC] aharvey@php.net
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.
 [2013-02-18 00:34 UTC] php-bugs at lists dot php dot net
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.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 12:01:28 2024 UTC