Aspose.Email for Python via .NET V22.5

Released: Jul 1, 2022

Atualizações na V22.5

Recursos

  • Added the following changes to the public API:
    • IAsyncSmtpClient - Allows applications to send messages using the Simple Mail Transfer Protocol (SMTP).
    • SmtpClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients.Smtp.SmtpClient class.
    • SmtpSend - Aspose.Email.Clients.Smtp.IAsyncSmtpClient.SendAsync(Aspose.Email.Clients.Smtp.Models.SmtpSend) method parameter set.
    • SmtpForward - The Aspose.Email.Clients.Smtp.IAsyncSmtpClient.ForwardAsync(Aspose.Email.Clients.Smtp.Models.SmtpForward) arguments.
    • IAsyncImapClient - Allows applications to access and manipulate messages using Internet Message Access Protocol (IMAP).
    • ImapClient.CreateAsync - Creates a new instance of the Aspose.Email.Clients.Imap.ImapClientclass.

Correções

  • Performance issue while migrating mails to office 365.
  • Creating MSG file issue with RTF embedded content.
  • Maximum number of headers in one message should be less than or equal to 5.
  • Re-saving EML loses the calendar appointment message part.
  • MailMessage.Date returns Current Date for MSG file.
  • Attachments are lost after EML to MSG.