You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
28
28
<releaseNotes>
29
-
* Default MailService.SslProtocols to SslProtocols.None which is what the dotnet SslStream team recommends.
30
-
(As weird as it may seem, SslProtocols.None does not mean "don't support any SSL protocols", it means
31
-
don't override the default system settings.)
32
-
* Bumped MimeKit dependency to 4.11.0.
29
+
* Added support for native NTLM auth (using .NET Core's NegotiateAuthentication API). This new class is called SaslMechanismNtlmNative and is the default NTLM mechanism used by MailKit clients on net8.0+.
30
+
* Added support for the GSSAPI SASL mechanism for net8.0+. (issue #1249)
31
+
* Fixed MailFolder.FirstUnread to be initialized to -1 to indicate unknown. (issue #1898)
32
+
* Added support for non-compliant keywords that begin with '\'. (issue #1906)
33
+
* Added SearchQuery.HasKeywords/NotKeywords() overloads that take params instead of IEnumerable<string>.
34
+
* Bumped System.Threading.Tasks.Extensions from 4.6.2 to 4.6.3.
35
+
* Bumped System.Formats.Asn1 from 8.0.1 to 8.0.2.
36
+
* Bumped MimeKit dependency to 4.12.0.
33
37
</releaseNotes>
34
38
<copyright>.NET Foundation and Contributors</copyright>
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
28
28
<releaseNotes>
29
-
* Default MailService.SslProtocols to SslProtocols.None which is what the dotnet SslStream team recommends.
30
-
(As weird as it may seem, SslProtocols.None does not mean "don't support any SSL protocols", it means
31
-
don't override the default system settings.)
32
-
* Bumped MimeKit dependency to 4.11.0.
29
+
* Added support for native NTLM auth (using .NET Core's NegotiateAuthentication API). This new class is called SaslMechanismNtlmNative and is the default NTLM mechanism used by MailKit clients on net8.0+.
30
+
* Added support for the GSSAPI SASL mechanism for net8.0+. (issue #1249)
31
+
* Fixed MailFolder.FirstUnread to be initialized to -1 to indicate unknown. (issue #1898)
32
+
* Added support for non-compliant keywords that begin with '\'. (issue #1906)
33
+
* Added SearchQuery.HasKeywords/NotKeywords() overloads that take params instead of IEnumerable<string>.
34
+
* Bumped System.Threading.Tasks.Extensions from 4.6.2 to 4.6.3.
35
+
* Bumped System.Formats.Asn1 from 8.0.1 to 8.0.2.
36
+
* Bumped MimeKit dependency to 4.12.0.
33
37
</releaseNotes>
34
38
<copyright>.NET Foundation and Contributors</copyright>
0 commit comments