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

zend-mail 2.6.2

Compare
Choose a tag to compare
@weierophinney weierophinney released this 11 Apr 20:35
· 388 commits to master since this release

Added

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #44 fixes an issue with decoding of addresses where the full name contains a comma (e.g., "Lastname, Firstname").
  • #45 ensures that the message parser allows deserializing message bodies containing multiple EOL sequences.
  • #78 fixes the logic of HeaderWrap::canBeEncoded() to ensure it returns correctly for header lines containing at least one multibyte character, and particularly when that character falls at specific locations (per a reported bug at php.net).