php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #53812 IMAP module needs imap_fetchmime
Submitted: 2011-01-22 08:08 UTC Modified: 2011-01-24 04:52 UTC
From: stas@php.net Assigned: stas (profile)
Status: Closed Package: IMAP related
PHP Version: 5.3.5 OS: *
Private report: No CVE-ID: None
 [2011-01-22 08:08 UTC] stas@php.net
Description:
------------
There's a function to get body of a MIME part of the email - imap_fetchbody(). 
However, there's no function to get accompanying headers, even though c-client had 
mail_fetch_mime() function that does exactly that. I think it needs to be added - 
probably as imap_fetchmime() with the same signature as imap_fetchbody(). 


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2011-01-24 04:52 UTC] stas@php.net
-Status: Open +Status: Closed -Assigned To: +Assigned To: stas
 [2011-01-24 04:52 UTC] stas@php.net
This bug has been fixed in SVN.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Mar 19 04:01:31 2024 UTC