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
2019-11-12 14:10:02 +01:00
..
DependencyInjection
Encoder
Exception
Header Make legacy "wrong" RFC2047 encoding apply only to one header 2019-09-19 18:00:15 +01:00
Part
Resources/bin [Mime] fixed wrong mimetype 2019-08-07 12:03:27 +02:00
Tests [Mime] fix guessing mime-types of files with leading dash 2019-11-12 14:10:02 +01:00
.gitignore
Address.php [Mime] Trim and remove line breaks from NamedAddress name arg 2019-08-21 10:46:37 +02:00
BodyRendererInterface.php
CHANGELOG.md [Mime] Add missing changelog entry for BC-break 2019-07-19 19:21:19 +03:00
CharacterStream.php [4.3] Remove unused local variables 2019-10-30 13:58:49 +01:00
composer.json fix deps=low 2019-08-22 10:16:11 +02:00
Email.php Create mailBody with only attachments part present 2019-08-04 14:19:23 +02:00
FileBinaryMimeTypeGuesser.php [Mime] fix guessing mime-types of files with leading dash 2019-11-12 14:10:02 +01:00
FileinfoMimeTypeGuesser.php
LICENSE
Message.php Remove @internal annotations for the serilize methods 2019-07-01 10:51:14 +02:00
MessageConverter.php changed type hints 2019-06-04 11:22:54 +02:00
MimeTypeGuesserInterface.php
MimeTypes.php [Mime] fixed wrong mimetype 2019-08-07 12:03:27 +02:00
MimeTypesInterface.php
NamedAddress.php [Mime] Trim and remove line breaks from NamedAddress name arg 2019-08-21 10:46:37 +02:00
phpunit.xml.dist
RawMessage.php Remove @internal annotations for the serilize methods 2019-07-01 10:51:14 +02:00
README.md

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