Skip to content

Update dependency MailKit to v2.9.0

Mend Renovate requested to merge renovate/mailkit-2.x into master

This MR contains the following updates:

Package Type Update Change
MailKit (source) nuget minor 2.8.0 -> 2.9.0

Release Notes

jstedfast/MailKit

v2.9.0

Compare Source

  • 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. (issue #​1060)
  • Make sure the ImapStream is not null (can be null if user calls Disconnect() causing IDLE to abort). (issue #​1025)
  • Case-insenitively match IMAP folder attribute flags (e.g. \HasNoChildren and \NoSelect).
  • Added support for the IMAP SAVEDATE extension.
  • Added support for detecting SMTP's REQUIRETLS extension.

Renovate configuration

📅 Schedule: At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by WhiteSource Renovate. View repository job log here.

Merge request reports