One Hat Cyber Team
Your IP :
13.58.117.215
Server IP :
192.145.235.60
Server :
Linux ngx365.inmotionhosting.com 5.14.0-427.33.1.el9_4.x86_64 #1 SMP PREEMPT_DYNAMIC Fri Aug 30 09:45:56 EDT 2024 x86_64
Server Software :
Apache
PHP Version :
8.2.27
Buat File
|
Buat Folder
Eksekusi
Dir :
~
/
home
/
centos12
/
bizcento.com
/
vendor
/
symfony
/
mime
/
View File Name :
CHANGELOG.md
CHANGELOG ========= 6.3 --- * Support detection of related parts if `Content-Id` is used instead of the name * Add `TextPart::getDisposition()` 6.2 --- * Add `File` * Deprecate `Email::attachPart()`, use `addPart()` instead * Deprecate calling `Message::setBody()` without arguments 6.1 --- * Add `DataPart::getFilename()` and `DataPart::getContentType()` 6.0 --- * Remove `Address::fromString()`, use `Address::create()` instead * Remove `Serializable` interface from `RawMessage` 5.2.0 ----- * Add support for DKIM * Deprecated `Address::fromString()`, use `Address::create()` instead 4.4.0 ----- * [BC BREAK] Removed `NamedAddress` (`Address` now supports a name) * Added PHPUnit constraints * Added `AbstractPart::asDebugString()` * Added `Address::fromString()` 4.3.3 ----- * [BC BREAK] Renamed method `Headers::getAll()` to `Headers::all()`. 4.3.0 ----- * Introduced the component as experimental