Skip to content

v2.3.0

Choose a tag to compare

@danzuep danzuep released this 09 Dec 10:00
· 258 commits to main since this release

Changes:

  • Simplified GetMessageSummariesAsync _take count to endIndex calculation so -1 works now.
  • Added optional SetCustomAuthentication method so that SMTP and IMAP can work with OAuth2 and OAuthBearer.
  • Added optional RemoveAuthenticationMechanism method.
  • Changed MailFolderMonitor SetProcessMailOnConnect to SetIgnoreExistingMailOnConnect, also added SetMessageSummaryItems to IMailFolderMonitor.
  • Changed FolderMonitorOptions.ProcessMailOnConnect to IgnoreExistingMailOnConnect, and MessageSummaryParts to MessageSummaryItems.
  • Added IMailFolderClient.GetFolder().
  • Added QuoteForReply MimeMessage and IMessageSummary extension methods.
  • Added MimeMessage GetReplyMessage and GetForwardMessage extension methods.
  • Added IMessageSummary GetReplyMessage and GetForwardMessage extension methods.