Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump MailKit from 2.3.2 to 2.12.0 #473

Closed
wants to merge 1 commit into from

Conversation

dependabot-preview[bot]
Copy link
Contributor

Bumps MailKit from 2.3.2 to 2.12.0.

Changelog

Sourced from MailKit's changelog.

Release Notes

MailKit 2.11.1 (2021-03-16)

  • Added work-around for IMAP servers that do not correctly handle the ESEARCH RETURN () syntax the same as RETURN (ALL). (issue #1177)

MailKit 2.11.0 (2021-03-12)

  • Handle BAD responses to the NAMESPACE command for Exchange. (issue #1135)
  • Added support for configuring SSL/TLS cipher algorithms (only available in the .NET 5.0 API). (issue #1140)
  • Updated GMail and Yahoo! Mail SSL certificate info.
  • Protect against NREs in NTLM authentication of no OSVersion is set. (issue #1148)
  • Added work-around for hMailServer bug that doesn't accept seq-ranges in descending order. (issue #1150)
  • Properly escape IPv6 addresses for Uri in order to allow Connect/Async methods to work with IPv6 addresses. (issue #1165)
  • Added IsEncrypted and IsSigned properties to IMailService. (issue #1175)

MailKit 2.10.1 (2021-01-02)

  • A few NTLM improvements that I hope are correct.

MailKit 2.10.0 (2020-11-20)

  • Don't enable support for TLS v1.1 by default anymore. (issue #1077)
  • Added support for the SCRAM-SHA-512 SASL mechanism. (issue #1097)
  • Added support for the OAUTHBEARER SASL mechanism.
  • Updated SSL certificate info for the common mail servers (GMail, outlook.com, Yahoo! Mail, etc).
  • Improved the SslHandshakeException error message to report common mistakes like trying to initiate an SSL connection on a non-SSL port.
  • Improved IMAP's "Unexpected token" exception messages a bit
  • Updated code to use ArrayPools from System.Buffers.

MailKit 2.9.0 (2020-09-12)

  • Refactored Connect/ConnectAsync() logic to set timeouts before calling SslStream.AuthenticateAsClient() when connecting to an SSL-wrapped service. (issue #1059)
  • Hardcode the value of SslProtocols.Tls13 for frameworks that do not support it and add it to the client's default SslProtocols. This adds TLS v1.3 support, by default, for apps using .NETStandard2.0 where the app project is built against a version of .NETCore that supports TLS v1.3. (issue #1058)
  • Initialize IMAP SearchResults with the UIDVALIDITY value.

... (truncated)

Commits

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 will not automatically merge this PR because it includes a minor update to a production dependency.


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)
  • @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:

  • Update frequency (including time of day and day of week)
  • Pull request limits (per update run and/or open at any time)
  • Automerge options (never/patch/minor, and dev/runtime dependencies)
  • Out-of-range updates (receive only lockfile updates, if desired)
  • Security updates (receive only security updates, if desired)

@dependabot-preview dependabot-preview bot added .NET Pull requests that update .net code dependencies Pull requests that update a dependency file labels May 13, 2021
@dependabot-preview
Copy link
Contributor Author

Superseded by #484.

@dependabot-preview dependabot-preview bot deleted the dependabot/nuget/MailKit-2.12.0 branch June 14, 2021 04:23
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 .NET Pull requests that update .net code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants