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 9a84484a5c Merge branch '4.4'
* 4.4:
  fix merge
  [Debug] Remove superfluous deprecation notice
  Add missing return annotations on magic methods
  Fix mocks for ImmutableEventDispatcher.
2019-08-23 13:12:36 +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 Add return types to tests and final|internal|private methods 2019-08-21 17:14:41 +02:00
Part Add missing return annotations on magic methods 2019-08-23 10:37:16 +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 Add Address::fromString 2019-08-22 11:10:30 +02:00
.gitignore [Mime] added the component 2019-01-16 23:56:01 +01:00
Address.php fixed CSC 2019-08-22 11:15:28 +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 add parameter type declarations to private methods 2019-07-31 20:51:46 +02:00
composer.json Merge branch '4.4' 2019-08-22 10:40:55 +02:00
Email.php Merge branch '4.4' 2019-08-21 14:05:09 +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
phpunit.xml.dist [Mime] added the component 2019-01-16 23:56:01 +01:00
RawMessage.php Add return types to internal & magic methods when possible 2019-08-22 15:18:41 +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