This repository has been archived by the owner on Jan 30, 2020. It is now read-only.
zend-mime 2.6.1
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.