Skip to content

Commit d541fc4

Browse files
committed
Bumped version to 4.14.1
1 parent 4777e7f commit d541fc4

10 files changed

Lines changed: 25 additions & 16 deletions

File tree

MailKit/MailKit.csproj

Lines changed: 1 addition & 1 deletion
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.14.0</VersionPrefix>
6+
<VersionPrefix>4.14.1</VersionPrefix>
77
<Authors>Jeffrey Stedfast</Authors>
88
<LangVersion>10</LangVersion>
99
<TargetFrameworks>netstandard2.0;netstandard2.1;net462;net47;net48;net8.0</TargetFrameworks>

MailKit/MailKitLite.csproj

Lines changed: 1 addition & 1 deletion
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.14.0</VersionPrefix>
6+
<VersionPrefix>4.14.1</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

Lines changed: 2 additions & 2 deletions
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.14.0.0")]
83-
[assembly: AssemblyFileVersion ("4.14.0.0")]
82+
[assembly: AssemblyInformationalVersion ("4.14.1.0")]
83+
[assembly: AssemblyFileVersion ("4.14.1.0")]
8484
[assembly: AssemblyVersion ("4.14.0.0")]

ReleaseNotes.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Release Notes
22

3+
## MailKit 4.14.1 (2025-10-13)
4+
5+
* Re-added NTLM to the list of mechanisms to try by default.
6+
(issue [#1953](https://github.com/jstedfast/MailKit/issues/1953))
7+
* Fixed IMAP to treat '+' as a normal Atom token.
8+
(issue [#1956](https://github.com/jstedfast/MailKit/issues/1956))
9+
* Added fallback logic for imap.strato.de if LIST doesn't return the INBOX.
10+
(issue [#1957](https://github.com/jstedfast/MailKit/issues/1957))
11+
312
## MailKit 4.14.0 (2025-09-28)
413

514
* Updated MailService::GetSslClientAuthenticationOptions to be protected virtual.

nuget/MailKit.nuspec

Lines changed: 4 additions & 4 deletions
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.14.0</version>
5+
<version>4.14.1</version>
66
<title>MailKit</title>
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
@@ -26,9 +26,9 @@ 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-
* Updated MailService::GetSslClientAuthenticationOptions to be protected virtual. (issue #1931)
30-
* Fixed initialization of SaslMechanism to lazily check if GSSAPI and/or NTLM are supported (natively) to avoid undesirable error messages appearing in dotnet logs on Linux systems. (issue #1924)
31-
* Bumped MimeKit dependency to 4.14.0.
29+
* Re-added NTLM to the list of mechanisms to try by default. (issue #1953)
30+
* Fixed IMAP to treat '+' as a normal Atom token. (issue #1956)
31+
* Added fallback logic for imap.strato.de if LIST doesn't return the INBOX. (issue #1957)
3232
</releaseNotes>
3333
<copyright>.NET Foundation and Contributors</copyright>
3434
<language>en-US</language>

nuget/MailKitLite.nuspec

Lines changed: 4 additions & 4 deletions
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.14.0</version>
5+
<version>4.14.1</version>
66
<title>MailKit</title>
77
<authors>Jeffrey Stedfast</authors>
88
<owners>Jeffrey Stedfast</owners>
@@ -26,9 +26,9 @@ 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-
* Updated MailService::GetSslClientAuthenticationOptions to be protected virtual. (issue #1931)
30-
* Fixed initialization of SaslMechanism to lazily check if GSSAPI and/or NTLM are supported (natively) to avoid undesirable error messages appearing in dotnet logs on Linux systems. (issue #1924)
31-
* Bumped MimeKit dependency to 4.14.0.
29+
* Re-added NTLM to the list of mechanisms to try by default. (issue #1953)
30+
* Fixed IMAP to treat '+' as a normal Atom token. (issue #1956)
31+
* Added fallback logic for imap.strato.de if LIST doesn't return the INBOX. (issue #1957)
3232
</releaseNotes>
3333
<copyright>.NET Foundation and Contributors</copyright>
3434
<language>en-US</language>

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

Lines changed: 1 addition & 1 deletion
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.14.0" />
13+
<PackageReference Include="MailKit" Version="4.14.1" />
1414
</ItemGroup>
1515
</Project>

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

Lines changed: 1 addition & 1 deletion
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.14.0" />
10+
<PackageReference Include="MailKit" Version="4.14.1" />
1111
<PackageReference Include="Drastic.MonoTouch.Dialog" Version="1.0.0" />
1212
</ItemGroup>
1313
</Project>

samples/ImapClientDemo/ImapClientDemo/ImapClientDemo.csproj

Lines changed: 1 addition & 1 deletion
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.14.0" />
51+
<PackageReference Include="MailKit" Version="4.14.1" />
5252
</ItemGroup>
5353
<ItemGroup>
5454
<Compile Include="AuthenticationFailedEventArgs.cs" />

samples/ImapIdle/ImapIdle/ImapIdle.csproj

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
</PropertyGroup>
99

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

1414
</Project>

0 commit comments

Comments
 (0)