From d6bd6ffb1bdc82ea21a3ca81530f99bf4bb8ccb0 Mon Sep 17 00:00:00 2001 From: elanis Date: Sat, 28 Aug 2021 10:19:51 +0000 Subject: [PATCH] Bump MailKit from 2.13.0 to 2.15.0 (#9) Bumps [MailKit](https://github.com/jstedfast/MailKit) from 2.13.0 to 2.15.0.
Changelog *Sourced from [MailKit's changelog](https://github.com/jstedfast/MailKit/blob/master/ReleaseNotes.md).* > ### MailKit 2.15.0 (2021-08-18) > > * Use DebugType=full for .NET Framework v4.x. (issue [#1239](https://github.com/jstedfast/MailKit/issues/1239)) > * Updated GMail SSL certificate serial numbers and fingerprints. > * Small NTLM code improvements. > > ### MailKit 2.14.0 (2021-07-28) > > * Added support for logging timestamps in the `ProtocolLogger` (see the `LogTimestamps` and `TimestampFormat` > properties on `ProtocolLogger`). > * Added support for automatically redacting user credentials in protocol logs. To enable this, set the > `ProtocolLogger.RedactSecrets` property to `true`. (issue [#1174](https://github.com/jstedfast/MailKit/issues/1174)) > * Added the GetMessageSizeAsync() method to the IMailSpool interface. > (issue [#1233](https://github.com/jstedfast/MailKit/issues/1233)) > * Added a work-around to the IMAP INTERNALDATE parser to handle invalid dates such as "00-Jan-0000 00:00:00 +0000" > which appears in Domino IMAP server responses, likely when the INTERNALDATE value is uninitialized in the database. > (issue [#1236](https://github.com/jstedfast/MailKit/issues/1236)) > * Make sure to dispose X509Certificates in .NET >= 4.6. > * Re-added NTLM as one of the default supported SASL mechanisms. > * Updated GMail SSL certificate serial numbers and fingerprints.
Commits - [`6ff7091`](https://github.com/jstedfast/MailKit/commit/6ff7091f74f2f23e082ca418818d38e613c625d1) Bumped version to 2.15.0 - [`a645991`](https://github.com/jstedfast/MailKit/commit/a645991f88f07d31bb3f7ab82511c4f580d95536) Bump Microsoft.NET.Test.Sdk from 16.10.0 to 16.11.0 ([#1242](https://github.com/jstedfast/MailKit/issues/1242)) - [`caa02b9`](https://github.com/jstedfast/MailKit/commit/caa02b98c11d8adc812689702722aba51a4dd08e) NTLM improvements - [`b206436`](https://github.com/jstedfast/MailKit/commit/b2064369e236b6091f18429ca86d3d9fd4f484b6) Drop expired GMail SSL certificates - [`945508f`](https://github.com/jstedfast/MailKit/commit/945508f54ee8a34a806b97d53aab89447013b552) Updated GMail SSL certificate serial #'s and fingerprints - [`e188a02`](https://github.com/jstedfast/MailKit/commit/e188a027b2fe2c40b5edceaabc8051ea8724a578) Bump NUnit3TestAdapter from 3.17.0 to 4.0.0 ([#1218](https://github.com/jstedfast/MailKit/issues/1218)) - [`3f54627`](https://github.com/jstedfast/MailKit/commit/3f54627dd3e347c82604255c6cde82b6310dce71) Use DebugType=full for .NET Framework v4.x - [`1e34019`](https://github.com/jstedfast/MailKit/commit/1e34019d85219b97cc42efeea981838b83a71f66) Bumped version to 2.14.0 - [`ca0751c`](https://github.com/jstedfast/MailKit/commit/ca0751cb0fbde40764852151235fc5a642e58107) If an invalid INTERNALDATE is encountered, just use DateTimeOffset.MinValue - [`f1323e6`](https://github.com/jstedfast/MailKit/commit/f1323e6fd3bc7a4ac28a4afa9386044af0b00b59) Update GMail SSL certificate info - Additional commits viewable in [compare view](https://github.com/jstedfast/MailKit/compare/2.13.0...2.15.0)

Reviewed-on: https://gitea.dysnomia.studio/elanis/dysnomia-website/pulls/9 Co-authored-by: elanis Co-committed-by: elanis --- Dysnomia.Website.WebApp/Dysnomia.Website.WebApp.csproj | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dysnomia.Website.WebApp/Dysnomia.Website.WebApp.csproj b/Dysnomia.Website.WebApp/Dysnomia.Website.WebApp.csproj index ca5402e..0335b13 100644 --- a/Dysnomia.Website.WebApp/Dysnomia.Website.WebApp.csproj +++ b/Dysnomia.Website.WebApp/Dysnomia.Website.WebApp.csproj @@ -1,4 +1,4 @@ - + net5.0 @@ -7,7 +7,7 @@ - +