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
-
* 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.
29
+
* Fixed authentication bugs introduced into 4.12.0 related to adding GSSAPI and native NTLM auth support which causes problems on Linux/Mac. (issue #1910 and #1911)
30
+
* Reverted System.Threading.Tasks.Extensions dependency back to 4.6.2.
31
+
* Reverted System.Formats.Asn1 dependency back to 8.0.1.
37
32
</releaseNotes>
38
33
<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
-
* 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.
29
+
* Fixed authentication bugs introduced into 4.12.0 related to adding GSSAPI and native NTLM auth support which causes problems on Linux/Mac. (issue #1910 and #1911)
30
+
* Reverted System.Threading.Tasks.Extensions dependency back to 4.6.2.
31
+
* Reverted System.Formats.Asn1 dependency back to 8.0.1.
37
32
</releaseNotes>
38
33
<copyright>.NET Foundation and Contributors</copyright>
0 commit comments