Package Information |
Summary |
Email message manipulation |
Maintainers |
Wez Furlong <
wez at php dot net >
(lead)
[details]
Brian Shire <
shire at php dot net >
(lead)
[details]
John Jawed <
jawed at php dot net >
(lead)
[details]
Sean DuBois <
sean at siobud dot com >
(lead)
[details]
Remi Collet (lead)
[details]
|
License |
PHP-3.01 |
Description |
Mailparse is an extension for parsing and working with email messages.
It can deal with rfc822 and rfc2045 (MIME) compliant messages. |
Release notes
Version 2.0b
(stable)
|
Add hack to provide "binary" transfer encoding, which is not supported by mbstring.
Go "stable" at long last; the procedural interface is stable, but not the OO API. (Despite the version number jump, no need features have been added)
---
Fix build problem with PHP 4.3.4 - mbstring extension was rearranged.
Fix potential build problem.
mailparse_msg_parse_file() no longer returns true instead of the mime resource.
Improved uu-decoder to be more robust when dealing with strange line endings. Fix silly bug introduced by that fix...
Fixed some memory leaks and problems when multiple uue attachments appear inline in a single mime part. |