Skip to content

Bump MailKit from 2.13.0 to 2.14.0#3

Closed
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MailKit-2.14.0
Closed

Bump MailKit from 2.13.0 to 2.14.0#3
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/nuget/MailKit-2.14.0

Conversation

@dependabot
Copy link
Copy Markdown

@dependabot dependabot Bot commented on behalf of github Jul 28, 2021

Bumps MailKit from 2.13.0 to 2.14.0.

Changelog

Sourced from MailKit's changelog.

MailKit 2.14.0 (2021-07-28)

  • Added support for logging timestamps in the ProtocolLogger (see the LogTimestamps and TimestampFormat properties on ProtocolLogger).
  • Added support for automatically redacting user credentials in protocol logs. To enable this, set the ProtocolLogger.RedactSecrets property to true. (issue #1174)
  • Added the GetMessageSizeAsync() method to the IMailSpool interface. (issue #1233)
  • Added a work-around to the IMAP INTERNALDATE parser to handle invalid dates such as "00-Jan-0000 00:00:00 +0000" which appears in Domino IMAP server responses, likely when the INTERNALDATE value is uninitialized in the database. (issue #1236)
  • Make sure to dispose X509Certificates in .NET >= 4.6.
  • Re-added NTLM as one of the default supported SASL mechanisms.
  • Updated GMail SSL certificate serial numbers and fingerprints.
Commits
  • 1e34019 Bumped version to 2.14.0
  • ca0751c If an invalid INTERNALDATE is encountered, just use DateTimeOffset.MinValue
  • f1323e6 Update GMail SSL certificate info
  • 76df157 Seal some internal classes
  • a7840ee Add NTLM as one of the default supported SASL mechanisms.
  • 504d399 Added some comments
  • 413edf9 Make sure to dispose X509Certificates in .NET >= 4.6
  • 1bb1674 Remove debug logging
  • 028985a Remove event handlers from SocketAsyncEventArgs in NetworkStream
  • c5c4c80 Added logging to NetworkStream dispose logic to see if it is the cause of any...
  • Additional commits viewable in compare view

Dependabot compatibility score

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 recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor 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)

Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.13.0 to 2.14.0.
- [Release notes](https://github.com/jstedfast/MailKit/releases)
- [Changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md)
- [Commits](jstedfast/MailKit@2.13.0...2.14.0)

---
updated-dependencies:
- dependency-name: MailKit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added the dependencies Pull requests that update a dependency file label Jul 28, 2021
@dependabot @github
Copy link
Copy Markdown
Author

dependabot Bot commented on behalf of github Aug 19, 2021

Superseded by #14.

@dependabot dependabot Bot closed this Aug 19, 2021
@dependabot dependabot Bot deleted the dependabot/nuget/MailKit-2.14.0 branch August 19, 2021 12:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants