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
Version | Release | Download |
3.1.1 | 2020-09-16 | mailparse-3.1.1.tgz |
3.1.0 | 2020-04-22 | mailparse-3.1.0.tgz |
3.0.4 | 2019-12-19 | mailparse-3.0.4.tgz |
3.0.3 | 2019-03-20 | mailparse-3.0.3.tgz |
3.0.2 | 2016-12-07 | mailparse-3.0.2.tgz |
Version | Message |
3.1.1 |
- Fixed bug #74215: Memory leaks with mailparse (cmb) - Fixed bug #76498: Unable to use callable as callback (cmb) - Compatibility with 8.0.0beta4 |
3.1.0 |
- add arginfo to all functions - fix MimeMessage constructor name |
3.0.4 | - Replace ulong with zend_ulong, fix Windows build (cmb) |
3.0.3 |
QA Release: - add missing files in archive - fix -Wformat warning - add dependency on mbstring extension - PHP 7.3 compatibility |
3.0.2 | - Fix segfault in getChild |