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
Fabien Potencier 61d79e19a9 Merge branch '5.1'
* 5.1:
  [Mime] use fromString when creating a new Adress
2020-06-09 17:07:48 +02:00
..
Crypto Merge branch '4.4' into 5.0 2020-06-07 17:38:39 +02:00
DependencyInjection removed @experimental annotations 2019-06-29 18:43:50 +02:00
Encoder minor #35933 [Mime] strengthen is_resource() checks (nicolas-grekas) 2020-04-05 08:41:07 +02:00
Exception removed @experimental annotations 2019-06-29 18:43:50 +02:00
Header [FrameworkBundle][Mailer] Add a way to configure some email headers from semantic configuration 2020-06-09 10:31:02 +02:00
Part minor #35933 [Mime] strengthen is_resource() checks (nicolas-grekas) 2020-04-05 08:41:07 +02:00
Resources/bin [Mime] fixed wrong mimetype 2019-08-07 12:03:27 +02:00
Test/Constraint [Mime] fix bad method call on "EmailAddressContains" 2020-05-08 10:53:13 +02:00
Tests [FrameworkBundle][Mailer] Add a way to configure some email headers from semantic configuration 2020-06-09 10:31:02 +02:00
.gitattributes add missing gitattributes for phpunit-bridge 2020-03-27 17:54:36 +01:00
.gitignore
Address.php Merge branch '5.1' 2020-06-09 17:07:48 +02:00
BodyRendererInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
CHANGELOG.md Add Address::fromString 2019-08-22 11:10:30 +02:00
CharacterStream.php [Mime] strengthen is_resource() checks 2020-03-03 10:14:21 +01:00
composer.json Merge branch '5.1' 2020-05-20 19:44:07 +02:00
Email.php [Mime] strengthen is_resource() checks 2020-03-03 10:14:21 +01:00
FileBinaryMimeTypeGuesser.php Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
FileinfoMimeTypeGuesser.php removed @experimental annotations 2019-06-29 18:43:50 +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 Leverage PHP8's get_debug_type() 2020-03-16 17:46:21 +01:00
MimeTypeGuesserInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
MimeTypes.php Merge branch '5.0' 2020-05-09 17:57:56 +02:00
MimeTypesInterface.php removed @experimental annotations 2019-06-29 18:43:50 +02:00
phpunit.xml.dist
RawMessage.php [Mailer] Check email validity before opening an SMTP connection 2019-09-06 15:51:50 +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