Aspose.Email for C++ のリリース

Released: Aug 29, 2024

V24.8 での更新項目

機能

  • Added support for loading an ICS file with a specific email address.

不具合の修正

  • Splitting a PST file throws "Object reference not set to an instance of an object" exception.
  • Converting an MSG file to HTML results in tapered text in the output HTML file.
  • Unable to read valid RRULE.
  • Problems with VCardContact.
  • No changes are saved when the message body is changed.
  • FromVCard call never returns.
  • Attachment names with some Japanese characters are not read correctly.

Released: Aug 1, 2024

V24.7 での更新項目

機能

  • Added support for Task Management in Microsoft Graph - provides developers with APIs to access, manage, and interact with users' tasks and task lists.
    The following methods have been added to the IGraphClient interface:
    • ListTaskLists() - Retrieves a collection of task list information.
    • GetTaskList(String id) - Retrieves a specific task list based on the provided ID.
    • DeleteTaskList(String id) - Deletes the specified task list.
    • ListTasks(String id) - Retrieves a collection of tasks associated...

Released: Jul 1, 2024

V24.6 での更新項目

機能

  • Added a feature that allows recipients to be extracted from PST files using a message entry ID. This feature is available in the PersonalStorage class.
  • Added a new method to recover soft deleted items from local PST and OST files. This is implemented via the PersonalStorage class.
  • Added support for converting multi-contact VCF files into MapiDistributionList objects.

不具合の修正

  • Wrong sent date saved while saving the message as .msg from mbox.
  • InvalidCastException trying to replace an attachment's...

Released: Jun 1, 2024

V24.5 での更新項目

機能

  • Improved the MboxStorageReader.SplitInto method.
  • Added the option to attach a signature while saving a message.
  • Added the Version property to MapiDistributionListSaveOptions to be able to select the version of the contacts file.

不具合の修正

  • ICS to MapiMessage: Date is not valid for this rule exception.
  • Aspose.Email 24.2: Can attachments field in header be hidden when saving to HTML.
  • EWSClient Contacts API update error.
  • Unable to load EML file.
  • Incorrect dates recalculations while set recurrence to...

Released: Apr 30, 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 21, 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: Mar 1, 2024

V24.2 での更新項目

不具合の修正

  • Fixed resource folder naming scheme when saving email message HTML.

Released: Jan 24, 2024

V24.1 での更新項目

機能

  • 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.12 での更新項目

機能

  • 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: Dec 9, 2023

V23.11 での更新項目

機能

  • 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.

不具合の修正

  • Aspose.Email.Cpp SetLicence Unhandled Exception only for the release version.
  • Some missing content when saving to MHTML.
  • DeleteMessages with empty list causes AE_1_1_0018 BAD Could not parse command.
  • Email SUBJECT Length limits to 254 Chars.
  • Faulty iCalendar item extraction from EML file's winmail.dat attachment.
  • Create...