Skip to content

Commit 7187680

Browse files
committedJan 26, 2025·
Bumped version to 4.10.0
1 parent 97785b5 commit 7187680

File tree

11 files changed

+43
-38
lines changed

11 files changed

+43
-38
lines changed
 

‎MailKit/MailKit.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>An Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.</Description>
55
<AssemblyTitle>MailKit</AssemblyTitle>
6-
<VersionPrefix>4.9.0</VersionPrefix>
6+
<VersionPrefix>4.10.0</VersionPrefix>
77
<Authors>Jeffrey Stedfast</Authors>
88
<LangVersion>10</LangVersion>
99
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net6.0;net8.0</TargetFrameworks>

‎MailKit/MailKitLite.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<PropertyGroup>
44
<Description>An Open Source cross-platform .NET mail-client library that is based on MimeKit and optimized for mobile devices.</Description>
55
<AssemblyTitle>MailKit</AssemblyTitle>
6-
<VersionPrefix>4.9.0</VersionPrefix>
6+
<VersionPrefix>4.10.0</VersionPrefix>
77
<Authors>Jeffrey Stedfast</Authors>
88
<LangVersion>10</LangVersion>
99
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net8.0</TargetFrameworks>

‎MailKit/Properties/AssemblyInfo.cs

+3-3
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,6 @@
7979
//
8080
// If there have only been bug fixes, bump the Micro Version and/or the Build Number
8181
// in the AssemblyFileVersion attribute.
82-
[assembly: AssemblyInformationalVersion ("4.9.0.0")]
83-
[assembly: AssemblyFileVersion ("4.9.0.0")]
84-
[assembly: AssemblyVersion ("4.9.0.0")]
82+
[assembly: AssemblyInformationalVersion ("4.10.0.0")]
83+
[assembly: AssemblyFileVersion ("4.10.0.0")]
84+
[assembly: AssemblyVersion ("4.10.0.0")]

‎ReleaseNotes.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## MailKit 4.10.0 (2025-01-26)
4+
5+
* Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart.
6+
(issue [#1861](https://github.com/jstedfast/MailKit/issues/1861))
7+
* Added exception documentation for methods in IMailFolder.
8+
(issue [#1868](https://github.com/jstedfast/MailKit/issues/1868))
9+
* Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
10+
* Bumped MimeKit dependency to 4.10.0.
11+
312
## MailKit 4.9.0 (2024-12-09)
413

514
* Added an IMAP work-around for mail.ru which sometimes sends integer tokens as decimals in its responses.

‎nuget/MailKit.nuspec

+12-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>MailKit</id>
5-
<version>4.9.0</version>
5+
<version>4.10.0</version>
66
<title>MailKit</title>
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
@@ -26,16 +26,14 @@ Features include:
2626
</description>
2727
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
2828
<releaseNotes>
29-
* Added an IMAP work-around for mail.ru which sometimes sends integer tokens as decimals in its responses. (issue #1838)
30-
* Added a workaround for GMail IMAP BODY responses that include multipart expressions without any children (e.g. `("ALTERNATIVE")`). (issue #1841)
31-
* Fixed default system proxy to handle null credentials and check if the targetUri is bypassed. (issue #1852)
32-
* Dropped support for net6.0 (Microsoft support ended Nov 12, 2024).
33-
* Bumped System.Threading.Tasks.Extensions dependency to 4.6.0.
34-
* Bumped MimeKit dependency to 4.9.0.
29+
* Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart. (issue #1861)
30+
* Added exception documentation for methods in IMailFolder. (issue #1868)
31+
* Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
32+
* Bumped MimeKit dependency to 4.10.0.
3533
</releaseNotes>
3634
<copyright>.NET Foundation and Contributors</copyright>
3735
<language>en-US</language>
38-
<tags>smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net8.0 netstandard netstandard2.0 netstandard2.1</tags>
36+
<tags>smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef</tags>
3937
<readme>docs\README.md</readme>
4038
<frameworkAssemblies>
4139
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.5.2" />
@@ -59,30 +57,30 @@ Features include:
5957
<group targetFramework="net462">
6058
<dependency id="System.Formats.Asn1" version="8.0.1" />
6159
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
62-
<dependency id="MimeKit" version="4.9.0" />
60+
<dependency id="MimeKit" version="4.10.0" />
6361
</group>
6462
<group targetFramework="net47">
6563
<dependency id="System.Formats.Asn1" version="8.0.1" />
6664
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
67-
<dependency id="MimeKit" version="4.9.0" />
65+
<dependency id="MimeKit" version="4.10.0" />
6866
</group>
6967
<group targetFramework="net48">
7068
<dependency id="System.Formats.Asn1" version="8.0.1" />
7169
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
72-
<dependency id="MimeKit" version="4.9.0" />
70+
<dependency id="MimeKit" version="4.10.0" />
7371
</group>
7472
<group targetFramework="net8.0">
7573
<dependency id="System.Formats.Asn1" version="8.0.1" />
76-
<dependency id="MimeKit" version="4.9.0" />
74+
<dependency id="MimeKit" version="4.10.0" />
7775
</group>
7876
<group targetFramework="netstandard2.0">
7977
<dependency id="System.Formats.Asn1" version="8.0.1" />
8078
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
81-
<dependency id="MimeKit" version="4.9.0" />
79+
<dependency id="MimeKit" version="4.10.0" />
8280
</group>
8381
<group targetFramework="netstandard2.1">
8482
<dependency id="System.Formats.Asn1" version="8.0.1" />
85-
<dependency id="MimeKit" version="4.9.0" />
83+
<dependency id="MimeKit" version="4.10.0" />
8684
</group>
8785
</dependencies>
8886
</metadata>

‎nuget/MailKitLite.nuspec

+12-14
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
<package xmlns="http://schemas.microsoft.com/packaging/2011/08/nuspec.xsd">
33
<metadata minClientVersion="2.12">
44
<id>MailKitLite</id>
5-
<version>4.9.0</version>
5+
<version>4.10.0</version>
66
<title>MailKit</title>
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
@@ -26,16 +26,14 @@ Features include:
2626
</description>
2727
<summary>An Open Source .NET mail-client library for Windows, Mac, Linux, and mobile platforms such as iOS and Android.</summary>
2828
<releaseNotes>
29-
* Added an IMAP work-around for mail.ru which sometimes sends integer tokens as decimals in its responses. (issue #1838)
30-
* Added a workaround for GMail IMAP BODY responses that include multipart expressions without any children (e.g. `("ALTERNATIVE")`). (issue #1841)
31-
* Fixed default system proxy to handle null credentials and check if the targetUri is bypassed. (issue #1852)
32-
* Dropped support for net6.0 (Microsoft support ended Nov 12, 2024).
33-
* Bumped System.Threading.Tasks.Extensions dependency to 4.6.0.
34-
* Bumped MimeKit dependency to 4.9.0.
29+
* Work around a QQMail/Yandex IMAP BODYSTRUCTURE response for empty multipart. (issue #1861)
30+
* Added exception documentation for methods in IMailFolder. (issue #1868)
31+
* Added IMailFolder.CanOpen property that checks IMailFolder.Attributes for NoSelect and NonExistent flags.
32+
* Bumped MimeKit dependency to 4.10.0.
3533
</releaseNotes>
3634
<copyright>.NET Foundation and Contributors</copyright>
3735
<language>en-US</language>
38-
<tags>smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef net462 net47 net48 net8.0 netstandard netstandard2.0 netstandard2.1</tags>
36+
<tags>smtp pop3 imap mime security arc dkim smime s/mime openpgp pgp mbox mail email parser tnef</tags>
3937
<readme>docs\README.md</readme>
4038
<frameworkAssemblies>
4139
<frameworkAssembly assemblyName="System" targetFramework=".NETFramework4.6.2" />
@@ -55,30 +53,30 @@ Features include:
5553
<group targetFramework="net462">
5654
<dependency id="System.Formats.Asn1" version="8.0.1" />
5755
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
58-
<dependency id="MimeKitLite" version="4.9.0" />
56+
<dependency id="MimeKitLite" version="4.10.0" />
5957
</group>
6058
<group targetFramework="net47">
6159
<dependency id="System.Formats.Asn1" version="8.0.1" />
6260
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
63-
<dependency id="MimeKitLite" version="4.9.0" />
61+
<dependency id="MimeKitLite" version="4.10.0" />
6462
</group>
6563
<group targetFramework="net48">
6664
<dependency id="System.Formats.Asn1" version="8.0.1" />
6765
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
68-
<dependency id="MimeKitLite" version="4.9.0" />
66+
<dependency id="MimeKitLite" version="4.10.0" />
6967
</group>
7068
<group targetFramework="net8.0">
7169
<dependency id="System.Formats.Asn1" version="8.0.1" />
72-
<dependency id="MimeKitLite" version="4.9.0" />
70+
<dependency id="MimeKitLite" version="4.10.0" />
7371
</group>
7472
<group targetFramework="netstandard2.0">
7573
<dependency id="System.Formats.Asn1" version="8.0.1" />
7674
<dependency id="System.Threading.Tasks.Extensions" version="4.6.0" />
77-
<dependency id="MimeKitLite" version="4.9.0" />
75+
<dependency id="MimeKitLite" version="4.10.0" />
7876
</group>
7977
<group targetFramework="netstandard2.1">
8078
<dependency id="System.Formats.Asn1" version="8.0.1" />
81-
<dependency id="MimeKitLite" version="4.9.0" />
79+
<dependency id="MimeKitLite" version="4.10.0" />
8280
</group>
8381
</dependencies>
8482
</metadata>

‎samples/ImapClientDemo.Android/ImapClientDemo.Android/ImapClientDemo.Android.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@
1010
<ApplicationDisplayVersion>1.0</ApplicationDisplayVersion>
1111
</PropertyGroup>
1212
<ItemGroup>
13-
<PackageReference Include="MailKit" Version="4.9.0" />
13+
<PackageReference Include="MailKit" Version="4.10.0" />
1414
</ItemGroup>
1515
</Project>

‎samples/ImapClientDemo.iOS/ImapClientDemo.iOS/ImapClientDemo.iOS.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<SupportedOSPlatformVersion>13.0</SupportedOSPlatformVersion>
88
</PropertyGroup>
99
<ItemGroup>
10-
<PackageReference Include="MailKit" Version="4.9.0" />
10+
<PackageReference Include="MailKit" Version="4.10.0" />
1111
<PackageReference Include="Drastic.MonoTouch.Dialog" Version="1.0.0" />
1212
</ItemGroup>
1313
</Project>

‎samples/ImapClientDemo/ImapClientDemo/ImapClientDemo.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848
<Reference Include="System.Xml" />
4949
</ItemGroup>
5050
<ItemGroup>
51-
<PackageReference Include="MailKit" Version="4.9.0" />
51+
<PackageReference Include="MailKit" Version="4.10.0" />
5252
</ItemGroup>
5353
<ItemGroup>
5454
<Compile Include="AuthenticationFailedEventArgs.cs" />

‎samples/ImapIdle/ImapIdle/ImapIdle.csproj

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

1010
<ItemGroup>
11-
<PackageReference Include="MailKit" Version="4.9.0" />
11+
<PackageReference Include="MailKit" Version="4.10.0" />
1212
</ItemGroup>
1313

1414
</Project>

‎submodules/MimeKit

Submodule MimeKit updated 168 files

0 commit comments

Comments
 (0)
Please sign in to comment.