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

zend-mime 2.6.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 16 Jan 16:45
· 87 commits to master since this release

Added

  • #22 adds the ability to decode a single-part MIME message via Zend\Mime\Message::createFromMessage() by omitting the $boundary argument.

Changes

  • #14 adds checks for duplicate parts when adding them to a MIME message, and now throws an InvalidArgumentException when detected.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • #13 fixes issues with qp-octets produced by Outlook.
  • #17 fixes a syntax error in how are thrown by Zend\Mime\Part::setContent().
  • #18 fixes how non-ASCII header values are encoded, ensuring that it allows the first word to be of arbitrary length.