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 a bug where the HttpProxyClient and HttpsProxyClient could end up reading the mail server greeting, causing a connection failure for the ImapClient/Pop3Client/SmtpClient. (issue #1603)
30
-
* Parse IMAP quota values as ulongs instead of uints for GMail compatibility. (issue #1602)
31
-
* Added support for decoding SMTP DATA to the SmtpDataFilter. (issue #1607)
32
-
* Added a Pop3Client.Size property. (issue #1623)
33
-
* Refactored more ImapClient commands to split sync/async implementations in order to improve performance and reduce GC pressure. (issue #1335)
34
-
* Added new IMailFolder.GetStream() methods that just take a uid/index and a BodyPart.
35
-
* Added IMailFolder.GetStream/Async() methods that just take a uid or index.
36
-
* Improved initial List<IMessageSummary> capacity estimation for Fetch(IList<UniqueId>, ...).
37
-
* Fixed ByteArrayBuilder.TrimNewLine() to check array bounds properly. (issue #1634)
38
-
* Bumped MimeKit dependency to 4.2.0.
29
+
* Fixed an ArgumentOutOfRangeException error in Fetch(int min, int max, ...) where min and max were greater than folder.Count. (issue #1640)
30
+
* Fixed parsing of IMAP FETCH (message/stream) responses with unsolicited FLAGS.
31
+
* Fixed support for the IMAP FILTERS extension. Previously this extension was not properly detected.
32
+
* When parsing IMAP CAPABILITIES, treat lone '+' tokens as atoms. (issue #1654)
33
+
* Bumped MimeKit dependency to 4.3.0.
39
34
</releaseNotes>
40
35
<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 a bug where the HttpProxyClient and HttpsProxyClient could end up reading the mail server greeting, causing a connection failure for the ImapClient/Pop3Client/SmtpClient. (issue #1603)
30
-
* Parse IMAP quota values as ulongs instead of uints for GMail compatibility. (issue #1602)
31
-
* Added support for decoding SMTP DATA to the SmtpDataFilter. (issue #1607)
32
-
* Added a Pop3Client.Size property. (issue #1623)
33
-
* Refactored more ImapClient commands to split sync/async implementations in order to improve performance and reduce GC pressure. (issue #1335)
34
-
* Added new IMailFolder.GetStream() methods that just take a uid/index and a BodyPart.
35
-
* Added IMailFolder.GetStream/Async() methods that just take a uid or index.
36
-
* Improved initial List<IMessageSummary> capacity estimation for Fetch(IList<UniqueId>, ...).
37
-
* Fixed ByteArrayBuilder.TrimNewLine() to check array bounds properly. (issue #1634)
38
-
* Bumped MimeKit dependency to 4.2.0.
29
+
* Fixed an ArgumentOutOfRangeException error in Fetch(int min, int max, ...) where min and max were greater than folder.Count. (issue #1640)
30
+
* Fixed parsing of IMAP FETCH (message/stream) responses with unsolicited FLAGS.
31
+
* Fixed support for the IMAP FILTERS extension. Previously this extension was not properly detected.
32
+
* When parsing IMAP CAPABILITIES, treat lone '+' tokens as atoms. (issue #1654)
33
+
* Bumped MimeKit dependency to 4.3.0.
39
34
</releaseNotes>
40
35
<copyright>.NET Foundation and Contributors</copyright>
0 commit comments