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 f2daa534b9 Merge branch '4.4'
* 4.4:
  [Console] Constant STDOUT might be undefined.
  Add missing conflict with symfony/serializer <4.4
  Allow returning null from NormalizerInterface::normalize
  bumped Symfony version to 4.4.0
  updated VERSION for 4.4.0-BETA1
  updated CHANGELOG for 4.4.0-BETA1
  [Security\Core] throw AccessDeniedException when switch user fails
  [Mime] fix guessing mime-types of files with leading dash
  [HttpFoundation] fix guessing mime-types of files with leading dash
  [VarExporter] fix exporting some strings
  [Cache] forbid serializing AbstractAdapter and TagAwareAdapter instances
  Use constant time comparison in UriSigner
2019-11-13 08:42:48 +01: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 Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +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 Merge branch '4.3' into 4.4 2019-11-13 08:39:40 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01: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 Merge branch '4.3' into 4.4 2019-10-30 14:23:44 +01:00
composer.json Merge branch '4.4' 2019-08-22 10:40:55 +02:00
Email.php Merge branch '4.4' 2019-09-06 16:53:03 +02: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 [Mime] added the component 2019-01-16 23:56:01 +01:00
Message.php Add Message-Id to SentMessage when sending an email 2019-10-12 10:43:49 +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 added image/svg MIME support 2019-10-08 14:15:27 +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 [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