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 155cfb273f Merge branch '4.4'
* 4.4: (33 commits)
  [DI] fix processing of regular parameter bags by MergeExtensionConfigurationPass
  [FrameworkBundle] reset cache pools between requests
  [HttpFoundation] Accept must take the lead for Request::getPreferredFormat()
  [FrameworkBundle] Allow to use the BrowserKit assertions with Panther and API Platform's test client
  Use ConnectionRegistry instead of RegistryInterface.
  Fixes windows error
  Improving the request/response format autodetection
  [Messager] Simplified MessageBus::__construct()
  [WIP][Mailer] Overwrite envelope sender and recipients from config
  [Messenger] Added more test for MessageBus
  [Mime] Updated some PHPDoc contents
  [PropertyAccess] Adds entries to CHANGELOG and UPGRADE
  fixed typo
  [FrameworkBundle] Simplified some code in the DI configuration
  [Filesystem] added missing deprecations to UPGRADE-4.3.md
  [Filesystem] depreacte calling isAbsolutePath with a null
  Fix authentication for redis transport
  only decorate when an event dispatcher was passed
  [Messenger] Added support for auto trimming of redis streams
  [FrmaeworkBundle] More simplifications in the DI configuration
  ...
2019-07-04 15:54:52 +02:00
..
Crypto [Mime] Updated some PHPDoc contents 2019-07-03 14:35:29 +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-07-02 16:48:44 +02:00
Part removed @experimental annotations 2019-06-29 18:43:50 +02:00
Resources/bin fixed typo 2019-01-30 08:03:13 +01:00
Tests [Mime] Added SMimeSigner and Encryptor 2019-06-29 10:53: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
CharacterStream.php removed @experimental annotations 2019-06-29 18:43:50 +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 removed @experimental annotations 2019-06-29 18:43:50 +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 removed @experimental annotations 2019-06-29 18:43:50 +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 Merge branch '4.2' 2019-03-12 19:57:21 +01:00

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