This repository was archived by the owner on Jan 30, 2020. It is now read-only.
zend-mime 2.6.1
·
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$boundaryargument.
Changes
- #14 adds checks for duplicate parts when adding them to a MIME message, and now throws an
InvalidArgumentExceptionwhen detected.
Deprecated
- Nothing.
Removed
- Nothing.