Php Mime Mail Parser Versions Save

A fully tested email parser for PHP 8.0+ (mailparse extension wrapper).

5.0.3

4 years ago

Fix issue #250

5.0.2

4 years ago

Fix issue #247

5.0.1

5 years ago

README: change the travis url to go to .com Fix charset issues with uppercase

5.0.0

5 years ago

[BC] Change method signature of save: second parameter not need anymore (include inline) Improvement to handle duplicate attachment #233 by @DigiLive Improvement to decode charset with mbstring #238 by @howaner

4.0.3

5 years ago

Improvement on decoding mac charset (cyrillic, greek, hebrew, turkish, ...)

4.0.2

5 years ago

New documentation New release of mailparse 3.0.3 (PHP 7.3 compatibility)

4.0.1

5 years ago

Fix issue #227

3.0.4

5 years ago

Fix issue #227

4.0.0

5 years ago

Drop support for PHP 5.6 and 7.0, require PHP 7.1 Add support for PHP 7.3

3.0.3

5 years ago

Move save() to Attachment::class #219