This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-mime 2.7.0
weierophinney
released this
28 Nov 15:05
·
47 commits
to master
since this release
Added
-
#27 adds a fluent interface to the various setters in
Zend\Mime\Message
. -
#28 adds support for PHP versions 7.1 and 7.2.
Deprecated
- Nothing.
Removed
Fixed
-
#26 ensures commas included within list data items are ASCII encoded, ensuring that the items will split on commas correctly (instead of splitting within an item).
-
#30 fixes how EOL characters are detected, to ensure that mail using
\r\n
as an EOL sequence (including mail emitted by Cyrus and Dovecot) will be properly parsed.