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
Nicolas Grekas 42cad9b76e Merge branch '4.4'
* 4.4:
  Remove superfluous phpdoc tags
2019-08-14 14:45:29 +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 Merge branch '4.4' 2019-08-14 14:45:29 +02:00
Part [Mime] added AbstractPart::asDebugString() 2019-08-04 06:55:52 +02:00
Resources/bin [Mime] fixed wrong mimetype 2019-08-07 12:03:27 +02:00
Test/Constraint Merge branch '4.3' into 4.4 2019-08-14 14:37:46 +02:00
Tests Fix deprecation in 4.4 branche 2019-08-08 21:31:13 +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
CHANGELOG.md added PHPUnit constraints and assertions for the Mailer 2019-08-05 18:16:42 +02:00
CharacterStream.php add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
composer.json Bump deps to ^4.4|^5.0 for Symfony 5.0 2019-05-28 20:01:02 +02:00
Email.php Merge branch '4.3' into 4.4 2019-08-05 07:48:44 +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 Merge branch '4.3' into 4.4 2019-08-07 14:00:28 +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.4' 2019-07-04 15:54:52 +02:00
README.md Remove experimental notice from components 2019-07-11 11:03:49 +02:00

MIME Component

The MIME component allows manipulating MIME messages.

Resources