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 d5bbdca755 Merge branch '5.0'
* 5.0:
  Fix CS
  Fix CS
  Fix CS
2020-02-04 10:50:54 +01:00
..
Crypto
DependencyInjection
Encoder Fix CS 2020-02-04 10:32:40 +01:00
Exception
Header Merge branch '4.3' into 4.4 2019-09-24 17:57:39 +02:00
Part Changing the multipart form-data behavior to use the form name as an array, which makes it recognizable as an array by PHP on the $_POST globals once it is coming from the HttpClient component 2019-10-18 16:40:54 +01:00
Resources/bin
Test/Constraint Add missing use statements 2020-02-04 08:35:15 +01:00
Tests bug #34032 [Mime] Fixing multidimensional array structure with FormDataPart (jvahldick) 2019-11-30 09:27:26 +01:00
.gitattributes Add .gitignore to .gitattributes 2019-10-12 01:35:04 +01:00
.gitignore
Address.php fixed CSC 2019-08-22 11:15:28 +02:00
BodyRendererInterface.php
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 '5.0' 2019-11-21 08:02:52 +01: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
LICENSE Update year in license files 2020-01-01 12:51:43 +01:00
Message.php Add Message-Id to SentMessage when sending an email 2019-10-12 10:43:49 +02:00
MessageConverter.php
MimeTypeGuesserInterface.php
MimeTypes.php Added MimeType for ".msg" 2019-11-30 14:04:25 +01:00
MimeTypesInterface.php
phpunit.xml.dist
RawMessage.php [Mailer] Check email validity before opening an SMTP connection 2019-09-06 15:51:50 +02:00
README.md

MIME Component

The MIME component allows manipulating MIME messages.

Resources