Linux sg77.dns-private.com 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
LiteSpeed
Server IP : 135.181.230.13 & Your IP : 216.73.217.69
Domains :
Cant Read [ /etc/named.conf ]
User : pilasate
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
home /
pilasate /
schoolms /
vendor /
symfony /
mime /
Delete
Unzip
Name
Size
Permission
Date
Action
Crypto
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
DependencyInjection
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Encoder
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Exception
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Header
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
HtmlToTextConverter
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Part
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Resources
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Test
[ DIR ]
drwxrwxrwx
2025-03-23 13:35
Address.php
4.44
KB
-rw-rw-rw-
2025-02-18 21:51
BodyRendererInterface.php
418
B
-rw-rw-rw-
2025-02-18 21:51
CHANGELOG.md
1.12
KB
-rw-rw-rw-
2025-02-18 21:51
CharacterStream.php
9.13
KB
-rw-rw-rw-
2025-02-18 21:51
DraftEmail.php
1.1
KB
-rw-rw-rw-
2025-02-18 21:51
Email.php
14.98
KB
-rw-rw-rw-
2025-02-18 21:51
FileBinaryMimeTypeGuesser.php
2.37
KB
-rw-rw-rw-
2025-02-18 21:51
FileinfoMimeTypeGuesser.php
1.98
KB
-rw-rw-rw-
2025-02-18 21:51
LICENSE
1.04
KB
-rw-rw-rw-
2025-02-18 21:51
Message.php
4.33
KB
-rw-rw-rw-
2025-02-18 21:51
MessageConverter.php
5.04
KB
-rw-rw-rw-
2025-02-18 21:51
MimeTypeGuesserInterface.php
826
B
-rw-rw-rw-
2025-02-18 21:51
MimeTypes.php
191.01
KB
-rw-rw-rw-
2025-02-18 21:51
MimeTypesInterface.php
777
B
-rw-rw-rw-
2025-02-18 21:51
README.md
459
B
-rw-rw-rw-
2025-02-18 21:51
RawMessage.php
2.38
KB
-rw-rw-rw-
2025-02-18 21:51
composer.json
1.42
KB
-rw-rw-rw-
2025-02-18 21:51
Save
Rename
CHANGELOG ========= 7.0 --- * Remove `Email::attachPart()`, use `Email::addPart()` instead * Argument `$body` is now required (at least null) in `Message::setBody()` * Require explicit argument when calling `Message::setBody()` 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