Skip to content
This repository has been archived by the owner on Jan 30, 2020. It is now read-only.

zend-mime 2.7.0

Compare
Choose a tag to compare
@weierophinney 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

  • #28 removes support for PHP 5.5.

  • #28 removes support for HHVM.

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.