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 1b56d7f04d Merge branch '3.4' into 4.3
* 3.4:
  Fix tests
  Fix deprecated phpunit annotation
2019-08-02 14:15:04 +02:00
..
DependencyInjection
Encoder
Exception
Header [Mime] rename Headers::getAll() to all() 2019-07-18 20:01:20 +02:00
Part
Resources/bin
Tests Merge branch '3.4' into 4.3 2019-08-02 14:15:04 +02:00
.gitignore
Address.php
BodyRendererInterface.php
CHANGELOG.md [Mime] Add missing changelog entry for BC-break 2019-07-19 19:21:19 +03:00
CharacterStream.php
composer.json
Email.php [Mailer] Fix phpdoc for variadic methods 2019-07-18 19:32:23 +02:00
FileBinaryMimeTypeGuesser.php
FileinfoMimeTypeGuesser.php
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
MimeTypes.php
MimeTypesInterface.php
NamedAddress.php
phpunit.xml.dist
RawMessage.php Remove @internal annotations for the serilize methods 2019-07-01 10:51:14 +02:00
README.md

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