Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Bump MailKit from 2.13.0 to 2.14.0 in /Framework #770

Merged

Conversation

dependabot[bot]
Copy link
Contributor

@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>
@sonarcloud
Copy link

sonarcloud bot commented Jul 28, 2021

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 0 Code Smells

No Coverage information No Coverage information
No Duplication information No Duplication information

@TroyWalshProf TroyWalshProf merged commit 9a579f9 into master Jul 28, 2021
@TroyWalshProf TroyWalshProf deleted the dependabot/nuget/Framework/master/MailKit-2.14.0 branch July 28, 2021 13:24
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant