PHP :: Request #53812 :: IMAP module needs imap_fetchmime
| 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
Pull Requests
History
AllCommentsChangesGit/SVN commits
[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