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 net8.0 targets
30
-
* Split more sync/async logic to reduce allocations made by async state machines when calling the synchronous public APIs instead of the async APIs. (issue #1335)
31
-
* Fixed logic for formatting IMAP FETCH HEADER.FIELDS.NOT corner case that was exposed by newly added unit tests.
32
-
* Fixed SmtpClient to disconnect during Authenticate/Async on socket errors.
33
-
* Fixed SmtpClient's re-EHLO logic to disconnect on errors.
* Added workaround for some IMAP servers that use () instead of NIL for an unset Content-Location header in the BODYSTRUCTURE response. (issue #1700)
36
-
* Fixed an issue in the Socket.ConnectAsync logic that could result in unhandled exceptions on the async thread if the ConnectAsync was cancelled. (issue #1703)
37
-
* Added work-around for Yandex IMAP GetBodyPart() response not including content. (issue #1708)
29
+
* Added a new SmtpClient.RequireTLS property to fix sending mail via Strato.de. (issue #1737)
30
+
* Fixed SmtpClient to track the most recent response from the SMTP server in order to include it in SmtpProtocolExceptions caused by unexpected server disconnects to provide more context. (issue #1744)
38
31
</releaseNotes>
39
32
<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 net8.0 targets
30
-
* Split more sync/async logic to reduce allocations made by async state machines when calling the synchronous public APIs instead of the async APIs. (issue #1335)
31
-
* Fixed logic for formatting IMAP FETCH HEADER.FIELDS.NOT corner case that was exposed by newly added unit tests.
32
-
* Fixed SmtpClient to disconnect during Authenticate/Async on socket errors.
33
-
* Fixed SmtpClient's re-EHLO logic to disconnect on errors.
* Added workaround for some IMAP servers that use () instead of NIL for an unset Content-Location header in the BODYSTRUCTURE response. (issue #1700)
36
-
* Fixed an issue in the Socket.ConnectAsync logic that could result in unhandled exceptions on the async thread if the ConnectAsync was cancelled. (issue #1703)
37
-
* Added work-around for Yandex IMAP GetBodyPart() response not including content. (issue #1708)
29
+
* Added a new SmtpClient.RequireTLS property to fix sending mail via Strato.de. (issue #1737)
30
+
* Fixed SmtpClient to track the most recent response from the SMTP server in order to include it in SmtpProtocolExceptions caused by unexpected server disconnects to provide more context. (issue #1744)
38
31
</releaseNotes>
39
32
<copyright>.NET Foundation and Contributors</copyright>
0 commit comments