| Package Information |
| Summary |
Email message manipulation |
| Maintainers |
Wez Furlong <wez@php.net> (lead) [wishlist] [details] Brian Shire <shire@php.net> (lead) [details]
|
| License |
PHP |
| Description |
Mailparse is an extension for parsing and working with email messages.
It can deal with rfc822 and rfc2045 (MIME) compliant messages. |
Release notes Version2.1.2 |
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. |