Skip to content

v1.1.3

Choose a tag to compare

@danzuep danzuep released this 24 Nov 07:37
· 298 commits to main since this release

Changes:

  • Updated NuGet package dependencies to the latest versions.
  • Fixed Dockerfile sample.
  • Added IMailFolderReader usage.
  • Updated MimeMessageReader to allow for IMessageSummary as well.
  • Rewrote MailKitSimplified.Core and renamed it to Simplified MailKitSimplified.Generic.
  • Added IEmailWriter.Copy() method for templates.
  • File.Exists Attach check moved to TryAttach.
  • Fixed attachment file stream disposal.
  • Fixed MimeMessage BodyBuilder usage for linked resources.
  • Added default cancellation token to TrySendAsync.