neos / swiftmailer

A Flow package for easy use of SwiftMailer
MIT License
14 stars 18 forks source link

Update swiftmailer/swiftmailer requirement from ~5.4.5 to ~6.1.3 #13

Closed dependabot-preview[bot] closed 5 years ago

dependabot-preview[bot] commented 6 years ago

Updates the requirements on swiftmailer/swiftmailer to permit the latest version.

Changelog *Sourced from [swiftmailer/swiftmailer's changelog](https://github.com/swiftmailer/swiftmailer/blob/master/CHANGES).* > 6.1.3 (2018-09-11) > ------------------ > > * added auto-start to the SMTP transport when sending a message > * tweaked error message when the response from an SMTP server is empty > * fixed missing property in Swift_Mime_IdGenerator > * exposed original body content type with Swift_Mime_SimpleMimeEntity::getBodyContentType() > * fixed typo in variable name in Swift_AddressEncoder_IdnAddressEncoder > * fixed return type in MessageLogger > * fixed missing property addressEncoder in SimpleHeaderFactory class > > 6.1.2 (2018-07-13) > ------------------ > > * handled recipient errors when pipelining > > 6.1.1 (2018-07-04) > ------------------ > > * removed hard dependency on an IDN encoder > > 6.1.0 (2018-07-02) > ------------------ > > * added address encoder exceptions during send > * added support for bubbling up authenticator error messages > * added support for non-ASCII email addresses > * introduced new dependencies: transport.smtphandlers and transport.authhandlers > * deprecated Swift_Signers_OpenDKIMSigner; use Swift_Signers_DKIMSigner instead > * added support for SMTP pipelining > * added Swift_Transport_Esmtp_EightBitMimeHandler > * fixed startTLS only allowed tls1.0, now allowed: tls1.0, tls1.1, tls1.2 > > 6.0.2 (2017-09-30) > ------------------ > > * fixed DecoratorPlugin > * removed usage of getmypid() > > 6.0.1 (2017-05-20) > ------------------ > > * fixed BC break that can be avoided easily > > 6.0.0 (2017-05-19) > ------------------ > > * added Swift_Transport::ping() > * removed Swift_Mime_HeaderFactory, Swift_Mime_HeaderSet, Swift_Mime_Message, Swift_Mime_MimeEntity, > and Swift_Mime_ParameterizedHeader interfaces > ... (truncated)
Commits - See full diff in [compare view](https://github.com/swiftmailer/swiftmailer/commits/v6.1.3)


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot ignore this [patch|minor|major] version` will close this PR and stop Dependabot creating any more for this minor/major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language - `@dependabot badge me` will comment on this PR with code to add a "Dependabot enabled" badge to your readme Additionally, you can set the following in your Dependabot [dashboard](https://app.dependabot.com): - Update frequency (including time of day and day of week) - Automerge options (never/patch/minor, and dev/runtime dependencies) - Pull request limits (per update run and/or open at any time) - Out-of-range updates (receive only lockfile updates, if desired) - Security updates (receive only security updates, if desired) Finally, you can contact us by mentioning @dependabot.
dependabot-preview[bot] commented 5 years ago

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.