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 6c2a1c9a57 Merge branch '3.4' into 4.4
* 3.4:
  Enable "native_constant_invocation" CS rule
  Make AbstractPhpFileCacheWarmer public
2020-09-02 18:08:58 +02:00
..
Crypto Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
DependencyInjection
Encoder Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Exception
Header Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Part Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
Resources/bin
Test/Constraint Fix EmailHeaderSame to make use of decoded value 2020-07-22 14:10:07 +02:00
Tests Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
Address.php [Mime] use fromString when creating a new Adress 2020-06-09 11:16:12 +02:00
BodyRendererInterface.php
CHANGELOG.md
CharacterStream.php Merge branch '4.3' into 4.4 2019-10-30 14:23:44 +01:00
composer.json Use ">=" for the "php" requirement 2020-05-20 10:37:50 +02:00
Email.php
FileBinaryMimeTypeGuesser.php Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
FileinfoMimeTypeGuesser.php Merge branch '3.4' into 4.4 2020-09-02 18:08:58 +02:00
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
Message.php Allow email message to have "To", "Cc", or "Bcc" header to be valid 2020-05-25 07:42:33 +02:00
MessageConverter.php
MimeTypeGuesserInterface.php
MimeTypes.php Update MimeTypes.php 2020-07-14 10:23:12 +02:00
MimeTypesInterface.php
phpunit.xml.dist
RawMessage.php
README.md

MIME Component

The MIME component allows manipulating MIME messages.

Resources