- Remove
Email::attachPart()
, useEmail::addPart()
instead - Argument
$body
is now required (at least null) inMessage::setBody()
- Require explicit argument when calling
Message::setBody()
- Support detection of related parts if
Content-Id
is used instead of the name - Add
TextPart::getDisposition()
- Add
File
- Deprecate
Email::attachPart()
, useaddPart()
instead - Deprecate calling
Message::setBody()
without arguments
- Add
DataPart::getFilename()
andDataPart::getContentType()
- Remove
Address::fromString()
, useAddress::create()
instead - Remove
Serializable
interface fromRawMessage
- Add support for DKIM
- Deprecated
Address::fromString()
, useAddress::create()
instead
- [BC BREAK] Removed
NamedAddress
(Address
now supports a name) - Added PHPUnit constraints
- Added
AbstractPart::asDebugString()
- Added
Address::fromString()
- [BC BREAK] Renamed method
Headers::getAll()
toHeaders::all()
.
- Introduced the component as experimental