mailparsepecl.php.netEmail message manipulationMailparse is an extension for parsing and working with email messages.
It can deal with rfc822 and rfc2045 (MIME) compliant messages.Wez Furlongwezwez@php.netyesBrian Shireshireshire@php.netyesJohn Jawedjawedjawed@php.netyesSean DuBoisseanderseander@php.netyesRemi Colletremiremi@php.netyes2020-09-163.1.13.0stablestablePHP
- Fixed bug #74215: Memory leaks with mailparse (cmb)
- Fixed bug #76498: Unable to use callable as callback (cmb)
- Compatibility with 8.0.0beta4
7.0.01.10mbstringmailparse2020-04-223.1.03.0stablestablePHP
- add arginfo to all functions
- fix MimeMessage constructor name
2019-12-193.0.43.0stablestablePHP
- Replace ulong with zend_ulong, fix Windows build (cmb)
2019-03-203.0.33.0stablestablePHP
QA Release:
- add missing files in archive
- fix -Wformat warning
- add dependency on mbstring extension
- PHP 7.3 compatibility
2016-12-073.0.23.0stablestablePHP
- Fix segfault in getChild
2016-01-293.0.13.0stablestablePHP
- Fix double free caused by mailparse_msg_free
2015-12-233.0.03.0stablestablePHP
- PHP 7 Release