Commit 7d1e547
File tree
4 files changed
+5
-2
lines changed- lib
- plugins/sfDoctrinePlugin/lib/vendor
- vendor
4 files changed
+5
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
6 | 7 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
35 | 37 | | |
36 | 38 | | |
37 | 39 | | |
| |||
Submodule swiftmailer updated 76 files
- .travis.yml+12-10
- CHANGES+20
- LICENSE+1-1
- README-1
- VERSION+1-1
- composer.json+5
- doc/overview.rst+2-2
- lib/classes/Swift/ByteStream/AbstractFilterableInputStream.php+2
- lib/classes/Swift/ByteStream/ArrayByteStream.php+1-3
- lib/classes/Swift/ByteStream/FileByteStream.php+3-1
- lib/classes/Swift/CharacterReader/GenericFixedWidthReader.php+2-2
- lib/classes/Swift/CharacterReader/UsAsciiReader.php+2-2
- lib/classes/Swift/CharacterReader/Utf8Reader.php+1-4
- lib/classes/Swift/CharacterStream/NgCharacterStream.php+3-11
- lib/classes/Swift/DependencyContainer.php+4-4
- lib/classes/Swift/Encoder/QpEncoder.php+13-2
- lib/classes/Swift/FileSpool.php+2-2
- lib/classes/Swift/KeyCache/DiskKeyCache.php+1-4
- lib/classes/Swift/Mailer.php+1-1
- lib/classes/Swift/MemorySpool.php+28-2
- lib/classes/Swift/Mime/Attachment.php+2-6
- lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php+13-2
- lib/classes/Swift/Mime/ContentEncoder/QpContentEncoderProxy.php+1
- lib/classes/Swift/Mime/Grammar.php+4-4
- lib/classes/Swift/Mime/Headers/ParameterizedHeader.php+1-3
- lib/classes/Swift/Mime/MimePart.php+2-4
- lib/classes/Swift/Mime/SimpleHeaderFactory.php+1-6
- lib/classes/Swift/Mime/SimpleHeaderSet.php+8-7
- lib/classes/Swift/Mime/SimpleMessage.php+1-1
- lib/classes/Swift/Mime/SimpleMimeEntity.php+23-47
- lib/classes/Swift/Plugins/DecoratorPlugin.php+2-5
- lib/classes/Swift/Plugins/ReporterPlugin.php+3-15
- lib/classes/Swift/Plugins/ThrottlerPlugin.php+2-2
- lib/classes/Swift/Signers/DKIMSigner.php+10-14
- lib/classes/Swift/Signers/DomainKeySigner.php+11-11
- lib/classes/Swift/Signers/OpenDKIMSigner.php+9-8
- lib/classes/Swift/Signers/SMimeSigner.php+4-5
- lib/classes/Swift/Transport/AbstractSmtpTransport.php+12-6
- lib/classes/Swift/Transport/Esmtp/Auth/NTLMAuthenticator.php+2-2
- lib/classes/Swift/Transport/Esmtp/AuthHandler.php+1-1
- lib/classes/Swift/Transport/EsmtpTransport.php+28-1
- lib/classes/Swift/Transport/FailoverTransport.php+7-4
- lib/classes/Swift/Transport/LoadBalancedTransport.php+18-1
- lib/classes/Swift/Transport/MailTransport.php+20-2
- lib/classes/Swift/Transport/SendmailTransport.php+1
- lib/classes/Swift/Transport/SimpleMailInvoker.php+2-2
- lib/classes/Swift/Transport/StreamBuffer.php+5-1
- phpunit.xml.dist+1-1
- tests/acceptance/Swift/Encoder/QpEncoderAcceptanceTest.php+4
- tests/acceptance/Swift/Mime/ContentEncoder/NativeQpContentEncoderAcceptanceTest.php+2
- tests/acceptance/Swift/Mime/ContentEncoder/QpContentEncoderAcceptanceTest.php+5-2
- tests/acceptance/Swift/Mime/EmbeddedFileAcceptanceTest.php+12-11
- tests/acceptance/Swift/Mime/SimpleMessageAcceptanceTest.php+3-3
- tests/acceptance/Swift/Transport/StreamBuffer/BasicSocketAcceptanceTest.php+1-1
- tests/acceptance/Swift/Transport/StreamBuffer/SocketTimeoutTest.php+3-1
- tests/acceptance/Swift/Transport/StreamBuffer/SslSocketAcceptanceTest.php+1-1
- tests/bootstrap.php+5-3
- tests/bug/Swift/Bug274Test.php+2-2
- tests/bug/Swift/Bug34Test.php+1-1
- tests/bug/Swift/Bug38Test.php+2-2
- tests/bug/Swift/BugFileByteStreamConsecutiveReadCallsTest.php+19
- tests/fixtures/EsmtpTransportFixture.php-10
- tests/smoke/Swift/Smoke/AttachmentSmokeTest.php+2
- tests/smoke/Swift/Smoke/HtmlWithAttachmentSmokeTest.php+2
- tests/smoke/Swift/Smoke/InternationalSmokeTest.php+2
- tests/unit/Swift/ByteStream/ArrayByteStreamTest.php+1-3
- tests/unit/Swift/Encoder/QpEncoderTest.php+21
- tests/unit/Swift/Events/SimpleEventDispatcherTest.php+8-1
- tests/unit/Swift/MailerTest.php-5
- tests/unit/Swift/Mime/AbstractMimeEntityTest.php+4-4
- tests/unit/Swift/Mime/ContentEncoder/PlainContentEncoderTest.php+2-2
- tests/unit/Swift/Mime/ContentEncoder/QpContentEncoderTest.php+24-2
- tests/unit/Swift/Plugins/AntiFloodPluginTest.php+3-3
- tests/unit/Swift/Plugins/BandwidthMonitorPluginTest.php+4-1
- tests/unit/Swift/Transport/EsmtpTransport/ExtensionSupportTest.php+4-6
- tests/unit/Swift/Transport/MailTransportTest.php+146-5
0 commit comments