This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
symfony/src/Symfony/Component/Mime
2019-10-30 13:58:49 +01:00
..
DependencyInjection [Mime] added classes for generating MIME messages 2019-03-02 15:10:47 +01:00
Encoder [Mime] fixed wrong logic 2019-03-09 17:40:15 +01:00
Exception [Mime] added classes for generating MIME messages 2019-03-02 15:10:47 +01:00
Header Make legacy "wrong" RFC2047 encoding apply only to one header 2019-09-19 18:00:15 +01:00
Part fixed logic 2019-03-08 00:10:16 +01:00
Resources/bin [Mime] fixed wrong mimetype 2019-08-07 12:03:27 +02:00
Tests [4.3] Remove unused local variables 2019-10-30 13:58:49 +01:00
.gitignore
Address.php [Mime] Trim and remove line breaks from NamedAddress name arg 2019-08-21 10:46:37 +02:00
BodyRendererInterface.php [Mime] added BodyRendererInterface 2019-03-27 08:07:59 +01:00
CHANGELOG.md [Mime] Add missing changelog entry for BC-break 2019-07-19 19:21:19 +03:00
CharacterStream.php [4.3] Remove unused local variables 2019-10-30 13:58:49 +01:00
composer.json fix deps=low 2019-08-22 10:16:11 +02:00
Email.php Create mailBody with only attachments part present 2019-08-04 14:19:23 +02:00
FileBinaryMimeTypeGuesser.php Merge branch '3.4' into 4.3 2019-10-12 11:11:50 +02:00
FileinfoMimeTypeGuesser.php [Mime] added classes for generating MIME messages 2019-03-02 15:10:47 +01:00
LICENSE
Message.php Remove @internal annotations for the serilize methods 2019-07-01 10:51:14 +02:00
MessageConverter.php changed type hints 2019-06-04 11:22:54 +02:00
MimeTypeGuesserInterface.php [Mime] added classes for generating MIME messages 2019-03-02 15:10:47 +01:00
MimeTypes.php [Mime] fixed wrong mimetype 2019-08-07 12:03:27 +02:00
MimeTypesInterface.php [Mime] added classes for generating MIME messages 2019-03-02 15:10:47 +01:00
NamedAddress.php [Mime] Trim and remove line breaks from NamedAddress name arg 2019-08-21 10:46:37 +02:00
phpunit.xml.dist
RawMessage.php Remove @internal annotations for the serilize methods 2019-07-01 10:51:14 +02:00
README.md Merge branch '4.2' 2019-03-12 19:57:21 +01:00

MIME Component

The MIME component allows manipulating MIME messages.

This Component is experimental. Experimental features are not covered by Symfony's Backward Compatibility Promise.

Resources