This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-mail 2.7.1
weierophinney
released this
09 May 21:55
·
299 commits
to master
since this release
Added
- #38 adds support in the IMAP protocol adapter for fetching items by UID.
- #88 adds and publishes documentation to https://zendframework.github.io/zend-mail/
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- #9 fixes the
Zend\Mail\Header\Sender::fromString()
implementation to more closely follow the ABNF defined in RFC-5322, specifically to allow addresses in the formuser@domain
(with no TLD). - #28 and #87 fix header value validation when headers wrap using the sequence
\r\n\t
; prior to this release, such sequences incorrectly marked a header value invalid. - #37 ensures that empty lines do not result in PHP errors when consuming messages from a Courier IMAP server.
- #81 fixes the validation in
Zend\Mail\Address
to also DNS hostnames as well as local addresses.