Releases: djmattyg007/official-library-php-email-parser
Releases · djmattyg007/official-library-php-email-parser
Fifth major release
Highlights:
- Remove dependency on IMAP PHP extension (a similar function from the
mb_string PHP extension is now in use) - Start running tests automatically on Travis CI
- Drop official support for versions of PHP prior to 5.6, as we aren't
running tests with these versions
Fourth major release
Highlights:
- Fixes for message part boundary detection (thanks Martijn, BrixIT)
- Addition of proper PHPUnit tests (thanks Martijn, BrixIT)
- IMAP PHP extension is now required to ensure consistent test results