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

zend-mail 2.9.0

Compare
Choose a tag to compare
@Ocramius Ocramius released this 01 Mar 19:00
· 96 commits to master since this release
release-2.9.0

zend-mail 2.9.0

Added

  • #177
    #181
    #192
    #189 PHP 7.2 support
  • #73
    #160 Support for
    mails that don't have a To, as long as Cc or Bcc are set.
  • #161 removed
    useless try-catch that just re-throws.
  • #134 simplified
    checks for the existence of some string sub-sequences, which were
    needlessly performed via regular expressions

Deprecated

  • Nothing.

Removed

Fixed

  • #188 split strings
    before calling iconv_mime_decode(), which destroys newlines, rendering
    DKIM parsing useless.
  • #156 fixed a
    regression in which < and > would appear doubled in message
    identifiers.
  • #143 fixed parsing
    of < and > being part of the email address comment.

Full log

Total issues resolved: 18