Skip to content

Releases: danzuep/MailKitSimplified

v2.12.0

14 Nov 02:22

Choose a tag to compare

What's Changed

  • Updated to .NET 10

Full Changelog: v2.11.16...v2.12.0

v2.11.16

01 Nov 13:21

Choose a tag to compare

What's Changed

  • Bump System.IO.Abstractions.TestingHelpers from 22.0.10 to 22.0.12 in /source by @dependabot[bot] in #88
  • Bump MimeKit from 4.10.0 to 4.12.0 in /source by @dependabot[bot] in #90
  • Bump marocchino/sticky-pull-request-comment from 2.9.1 to 2.9.2 by @dependabot[bot] in #89
  • Bump gittools/actions from 3.1.11 to 3.2.1 by @dependabot[bot] in #91
  • Bump marocchino/sticky-pull-request-comment from 2.9.2 to 2.9.3 by @dependabot[bot] in #92
  • Bump MailKit and 13 others by @dependabot[bot] in #93

Full Changelog: v2.11.15...v2.11.16

v2.11.15

06 Mar 16:21

Choose a tag to compare

What's Changed

Full Changelog: v2.11.14...v2.11.15

v2.11.14

06 Feb 00:11

Choose a tag to compare

What's Changed

  • Bump MailKit and MimeKit in /source by @dependabot in #78
  • Bump Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory and System.ComponentModel.Annotations in /source by @dependabot in #80
  • Bump System.Text.Json from 8.0.4 to 9.0.0 in /source by @dependabot in #82
  • Bump gittools/actions from 3.0.0 to 3.0.3 by @dependabot in #81
  • Bump marocchino/sticky-pull-request-comment from 2.9.0 to 2.9.1 by @dependabot in #85
  • Bump gittools/actions from 3.0.3 to 3.1.11 by @dependabot in #84

Full Changelog: v2.11.13...v2.11.14

v2.11.13: Force a reconnection on second failure

25 Aug 03:37

Choose a tag to compare

What's Changed

  • #72 Added an option to re-throw exceptions from the idle client
  • #72 fix cancellation token disposed exception
  • #72 added an option to force a reconnection attempt

Full Changelog: v2.11.12...v2.11.13

v2.11.12

22 Aug 14:13

Choose a tag to compare

What's Changed

  • #73 Added a handler for the IMailFolder.MessageFlagsChanged event and re-read the email with the flag change event before returning it.

Full Changelog: v2.11.10...v2.11.12

v2.11.10

07 Aug 17:04

Choose a tag to compare

Change Warning

  • Removed IMailFolder.GetOrCreateSubfolderAsync() extension

What's Changed

  • #72 changed error to a warning
  • #72 added retry to arrival and departure queues
  • #72 added SocketException reconnect retry
  • #72 removed cancel from move

Full Changelog: v2.11.0...v2.11.10

v2.11.9

07 Aug 14:14

Choose a tag to compare

Change Warning

  • Simplified IMailReader.Top and Range to use int for #70

Changes

  • Added MailFolderClient.GetFolderAsync() with createIfNotFound option for #62
  • Added MailFolderClient.MoveToAsync() for #63
  • Added scoped service builder for #63
  • Fixes for moving messages in Gmail #68
  • Fix for null source folder scenario #70
  • Simplified the internal move methods #70

Merges

  • Removed MemoryCache from ImapReceiverFactory by new contributor @Sylar-A in #64
  • Bump xunit from 2.8.0 to 2.8.1 in /source by @dependabot in #66
  • Bump gittools/actions from 1.1.1 to 3.0.0 by @dependabot in #71

Full Changelog: v2.10.0...v2.11.9

v2.10.0

01 May 10:37

Choose a tag to compare

Changes

  • Remove methods marked with the Obsolete attribute for #52
  • Simplified target frameworks to Standard 2.0 or .NET 8.0
  • Updated packages to latest versions

v2.9.0

15 Dec 01:22

Choose a tag to compare

Changes:

  • .NET 8.0 Target Framework added
  • fixed EnumerateOr SearchQuery
  • added SASL AuthenticationMechanism property for #44
  • added CustomAuthenticationMethod to EmailOptions for #44
  • SocketOptions used in Email_Options.Create_ClientAsync for #45