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.1.2
(stable)
|
Fixed memory leaks and depricated code in tests. Patch for rfc2231 support by Jakub Klos. Fix incorrect handling of header continuation lines per RFC2822, patch by Jakub Klos. Initialize variable to prevent segfaults in cases where postion=0. |