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
| Version | Release | Download |
| 3.2.0 | 2026-04-09 | mailparse-3.2.0.tgz |
| 3.1.9 | 2025-09-30 | mailparse-3.1.9.tgz |
| 3.1.8 | 2024-10-04 | mailparse-3.1.8.tgz |
| 3.1.7 | 2024-10-04 | mailparse-3.1.7.tgz |
| 3.1.6 | 2023-08-22 | mailparse-3.1.6.tgz |
| Version | Message |
| 3.2.0 |
- Vendor encoding conversion code from mbstring. (alexdowad) - Fix #44 Segmentation fault. (rlerdorf) - Fix #20 Unexpected parsed value of content-id. (rlerdorf) |
| 3.1.9 |
- use Zend/zend_smart_string.h for PHP 8.5 - Fix memory leak |
| 3.1.8 | - PHP 8.4 compatibility |
| 3.1.7 | - PHP 8.4 compatibility |
| 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 |