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
-
* Fixed fetching of MessageSummaryItems.PreviewText if the octet count of the message body is 0. (issue #1430)
30
-
* Modified ImapFolder.Search(SearchOptions.None, query) work the same as ImapFolder.Search(query). (issue #1437)
31
-
* Improved performance of SmtpClient by reducing memory allocations and pipelining the DATA command when the PIPELINING extension is available.
32
-
* Refactored sync and async SmtpClient APIs such that the synchronous APIs no longer call methods marked with async in order to reduce AsyncMethodBuilder state machines/allocations.
33
-
* Modified SmtpClient to only send the ORCPT argument to RCPT TO if NOTIFY is specified.
34
-
* Improved performance of Pop3Client by reducing memory allocations.
35
-
* Refactored sync and async Pop3Client APIs such that the synchronous APIs no longer call methods marked with async in order to reduce AsyncMethodBuilder state machines/allocations.
36
-
* Improved IMAP's BODY/BODYSTRUCTURE parser to be able to scan ahead multiple tokens in order to better handle syntactically incorrect responses in a more graceful way. (issue #1446)
37
-
* Improved IMAP's ENVELOPE parser to handle ("Microsoft Exchange Server" NIL NIL ".MISSING-HOST-NAME.") in a more graceful way. (issue #1451)
29
+
* Fixed potential memory leaks in Pop3Client.
30
+
* Reverted SMTP pipelining of the DATA command. (issue #1459)
31
+
* Fixed ImapFolder.Rename() to disallow renaming a folder to be a child of itself.
32
+
* Fixed SmtpStream.ReadResponse/Async() to handle buffers that do not contain a complete line. (issue #1467)
38
33
</releaseNotes>
39
34
<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
-
* Fixed fetching of MessageSummaryItems.PreviewText if the octet count of the message body is 0. (issue #1430)
30
-
* Modified ImapFolder.Search(SearchOptions.None, query) work the same as ImapFolder.Search(query). (issue #1437)
31
-
* Improved performance of SmtpClient by reducing memory allocations and pipelining the DATA command when the PIPELINING extension is available.
32
-
* Refactored sync and async SmtpClient APIs such that the synchronous APIs no longer call methods marked with async in order to reduce AsyncMethodBuilder state machines/allocations.
33
-
* Modified SmtpClient to only send the ORCPT argument to RCPT TO if NOTIFY is specified.
34
-
* Improved performance of Pop3Client by reducing memory allocations.
35
-
* Refactored sync and async Pop3Client APIs such that the synchronous APIs no longer call methods marked with async in order to reduce AsyncMethodBuilder state machines/allocations.
36
-
* Improved IMAP's BODY/BODYSTRUCTURE parser to be able to scan ahead multiple tokens in order to better handle syntactically incorrect responses in a more graceful way. (issue #1446)
37
-
* Improved IMAP's ENVELOPE parser to handle ("Microsoft Exchange Server" NIL NIL ".MISSING-HOST-NAME.") in a more graceful way. (issue #1451)
29
+
* Fixed potential memory leaks in Pop3Client.
30
+
* Reverted SMTP pipelining of the DATA command. (issue #1459)
31
+
* Fixed ImapFolder.Rename() to disallow renaming a folder to be a child of itself.
32
+
* Fixed SmtpStream.ReadResponse/Async() to handle buffers that do not contain a complete line. (issue #1467)
38
33
</releaseNotes>
39
34
<copyright>.NET Foundation and Contributors</copyright>
0 commit comments