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-07-05 09:42:08 +02:00
..
Crypto [Mime] add check for openssl when using SMime 2019-07-05 09:42:08 +02:00
DependencyInjection removed @experimental annotations 2019-06-29 18:43:50 +02:00
Encoder removed @experimental annotations 2019-06-29 18:43:50 +02:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Header removed @experimental annotations 2019-06-29 18:43:50 +02:00
Part removed @experimental annotations 2019-06-29 18:43:50 +02:00
Resources/bin fixed typo 2019-01-30 08:03:13 +01:00
Tests [Mime] add check for openssl when using SMime 2019-07-05 09:42:08 +02:00
.gitignore [Mime] added the component 2019-01-16 23:56:01 +01:00
Address.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
BodyRendererInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
CharacterStream.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
composer.json Allow Symfony 5.0 2019-05-28 17:53:17 +02:00
Email.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
FileBinaryMimeTypeGuesser.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
FileinfoMimeTypeGuesser.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
LICENSE [Mime] added the component 2019-01-16 23:56:01 +01:00
Message.php Merge branch '4.3' into 4.4 2019-07-03 19:15:45 +02:00
MessageConverter.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
MimeTypeGuesserInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
MimeTypes.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
MimeTypesInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
NamedAddress.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist [Mime] added the component 2019-01-16 23:56:01 +01:00
RawMessage.php Merge branch '4.3' into 4.4 2019-07-03 19:15:45 +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