austineric / Send-MailKitMessage

A replacement for PowerShell's obsolete Send-MailMessage implementing the Microsoft-recommended MailKit library.
https://www.powershellgallery.com/packages/Send-MailKitMessage
MIT License
47 stars 6 forks source link

Bump MailKit from 2.7.0 to 2.10.1 in /Libraries #16

Closed dependabot[bot] closed 3 years ago

dependabot[bot] commented 3 years ago

Bumps MailKit from 2.7.0 to 2.10.1.

Changelog

Sourced from MailKit's changelog.

Release Notes

MailKit 2010.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. (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.

MailKit 2.8.0 (2020-07-11)

  • Make sure to use the InvariantCulture when converting port values to a string. (issue #1040)
  • Fixed other instances of string formatting for integer values to always use CultureInfo.InvariantCulture.
  • Added a work-around for broken IMAP servers that allow NIL message flags. (issue #1042)
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 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[bot] commented 3 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 change your mind, just re-open this PR and I'll resolve any conflicts on it.