mailparse

Email message manipulation


Mailparse is an extension for parsing and working with email messages.
It can deal with rfc822 and rfc2045 (MIME) compliant messages.

License: PHP-3.01

Latest releases

Version Release Download
3.1.6 2023-08-22 mailparse-3.1.6.tgz
3.1.5 2023-07-27 mailparse-3.1.5.tgz
3.1.4 2022-09-15 mailparse-3.1.4.tgz
3.1.3 2022-02-21 mailparse-3.1.3.tgz
3.1.2 2021-09-01 mailparse-3.1.2.tgz
Show all releases

Changelog

Version Message
3.1.6 - fix #29 Segmentation fault with ISO-2022-JP Subject header
- fix #30 Segmentation fault with UTF-8 encoded X-MS-Iris-MetaData header
- revert fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes
3.1.5 - drop usage of removed mbfl APIs in PHP 8.3
- fix GH-27 MimeMessage::__construct() throws TypeError with $mode=stream
- fix GH-21, GH-22, GH-24 segfault in mailparse_msg_parse without mime-version
- fix #81403 mailparse_rfc822_parse_addresses drops escaped quotes
3.1.4 - declare mimemessage::data property
- drop support for PHP older than 7.3
3.1.3 - Fix #73110: Mails with unknown MIME version are treated as plain/text. (cmb)
- Fix #74233: Parsing multi Content-Disposition causes memory leak. (cmb)
- Fix #75825: mailparse_uudecode_all doesn't parse multiple files. (cmb)
- Fix #81422: Potential double-free in mailparse_uudecode_all(). (cmb)
- Fix gh#19 Segmentation fault with PHP 8.1 in extract_body using MAILPARSE_EXTRACT_RETURN. (Remi)
3.1.2 - Fix for PHP 8.1
Show complete changelog