Aspose.Email for Python via .NET のリリース

Released: Apr 5, 2024

V24.4 での更新項目

機能

  • Added support for Contacts and Calendar in Microsoft Graph.

不具合の修正

  • MailMessage.Load hangs.
  • TimeZone is null when loading appointment.
  • ArgumentNullException while opening VCF file.
  • WeekDay can not be converted because of an unexpected value of the Day property.
  • BYSETPOS must only be used in conjunction with another BYxxx rule part.
  • Validation of EMLX files by MessageValidator throws the error "Given stream has incorrect format".

Released: Mar 13, 2024

V24.3 での更新項目

機能

  • You can now retrieve category colors from an OLM file.

不具合の修正

  • The container class of the added folder (IPF.Imap) does not match the container class of the parent folder (IPF.Note).
  • 'MapiMessage.Body' is sometimes empty.
  • ICS file is not importing to Google mail.
  • Problem detecting MSG file encoding.
  • Issue saving appointments in ICS format.

Released: Feb 10, 2024

V24.1 での更新項目

機能

  • You can now replace "." with "_" in resource folder name while saving a message to HTML with resources.

不具合の修正

  • Error when trying to parse relative recurrence rule from ical file.
  • Incorrect reading of UTF-7 encoded emails.
  • Attachment Name and Extension is null.
  • Wrong MHTML produced from specific MSG file.

Released: Jan 24, 2024

V23.12 での更新項目

機能

  • Added the ability to save HTML with relative paths to resources.
  • Added an internal check for all methods dealing with ANSI PST storage.

不具合の修正

  • Can't load ".vcf" file.
  • FolderInfo.addMessage() raises ArgumentOutOfRangeException.
  • Mathematical symbols are not rendered properly.

Released: Dec 26, 2023

V23.11 での更新項目

機能

  • Added the ability to validate messages.
  • Added 'MapiMessage.AttachSignature' method.
  • The 'GetAlternateViewContent' method is now case-insensitive.

不具合の修正

  • 'ContentLocation' not set when converting EML to MSG.
  • 'Appointment.Save' is not thread safe.
  • Some MSG files have unexpected characters when opened.
  • Opening saved email gives error.

Released: Nov 20, 2023

V23.10 での更新項目

機能

  • Added support for splitting MBOX storage, allowing you to split large files into manageable parts. You can also implement custom actions during the splitting process.

不具合の修正

  • Some missing content when saving to MHTML.
  • Email subject length limits to 254 Chars.
  • Faulty iCalendar item extraction from EML file's winmail.dat attachment.
  • Create contact item error.
  • Unable to parse .msg file.

Released: Oct 4, 2023

V23.9 での更新項目

不具合の修正

  • System.FormatException on loading MHT.
  • "Set action is invalid for property." error while updating message by GraphClient.
  • Aspose Adding Additional Quotes In Mail Message Appointment Alternate View - Cannot Then Convert To Mapi Message.
  • LastModified and CreatedDate on Email Returns AS Current Datetime.

Released: Oct 3, 2023

V23.8 での更新項目

機能

  • Improved support for message validation.
  • Added the ability to save Mapi 'DistList' to a single multi contact VCF file.
  • Added support for overloaded methods that accept a 'MailMessage' object for sending emails.
  • Added the option to search and fill sender SMTP address in EML format.

不具合の修正

  • System.ArgumentNullException when processing certain emails.
  • System.NotSupportedException : No data is available for encoding 4024.
  • Problems with WebDav/Vcf conversion.
  • Does not match the container class...

Released: Oct 3, 2023

V23.7 での更新項目

機能

  • Delete items (folders or messages) from a Personal Storage Table (PST) using the unique 'entryId' associated with the item.
  • Improved event handling and PST splitting functionality in PersonalStorage class.
  • Improved calendar handling in CalendarReader class.

不具合の修正

  • VCF format does not support a NOTE field value as HTML.
  • Cannot Access Nested Error Code From EWS Related Exceptions.
  • Preamble property is null after removing the signature.
  • Minor problem in exception message string.
  • No Categories...

Released: Oct 3, 2023

V23.6 での更新項目

機能

  • Improved CheckSignature method.
  • Signature preservation is now supported by default in MBOX to PST conversion.
    • Added new MboxToPstConversionOptions.RemoveSignature property, to indicate whether the signature should be removed during conversion.
    • You can set this property to true to remove the signature.

不具合の修正

  • Email address is not valid when loading a task item (MapiTask.fromVTodo).
  • Aspose.Email.MapiMessage.load method throws error while loading some emails.
  • Some fields are empty when save...