Rilasci di Aspose.Email for C++

Released: May 15, 2025

Aggiornamenti in V25.4

Funzionalità

  • Added overload of MapiContact.FromVCard method with VCardLoadOptions parameter.
  • Added new methods for handling TNEF attachments. These methods allow the saving and loading of attachments in TNEF format, commonly used in Outlook messages (winmail.dat).

Released: Apr 1, 2025

Aggiornamenti in V25.3

Funzionalità

  • Added support for filtering or searching messages in MBOX files.
  • Implemented methods for paginated retrieval of items from MBOX files.

Correzioni

  • IMAP Client сrashes on invalid credentials in Aspose.Email for C++ 24.12.1.

Released: Mar 14, 2025

Aggiornamenti in V25.2

Funzionalità

  • Enhanced support for managing messages through the IGmailClient interface. These updates allow developers to list, fetch, append, send, and delete messages.
    • Managing Gmail Messages:
      • List Messages: Retrieve all messages in a mailbox using the ListMessages() method, which returns a list of GmailMessageInfo objects.
      • Fetch Message: Access the full content of a specific message with FetchMessage(String id), returning a MailMessage instance.
      • Send Messages: Use the SendMessage(SharedPtr&lt...

Released: Jan 31, 2025

Aggiornamenti in V25.1

Funzionalità

  • Added support for configuring the boundary template used in MIME messages. This feature allows to define a custom template for boundary string generation using the new EmlSaveOptions.BoundariesTemplate property.

Correzioni

  • Saving MailMessage is not deterministic.
  • Investigate IndexOutOfBoundsException in FindAndExtractSoftDeletedItems method with OST files.
  • Fixed soft-deleted items search method for OST 2013.

Released: Dec 30, 2024

Aggiornamenti in V24.12.1

Funzionalità

  • Improved the MapiAttachmentCollection.Add method to add reference attachments.
  • Added an overloaded version of FolderInfo.EnumerateMapiMessages method to enhance message search functionality.
  • Created a MapiAttachment property to identify a reference attachment.
  • Added support for customizing the base URL of the SendGrid.
  • Added GraphClient support for GCC High endpoints.

Correzioni

  • Issue when trying to update emails within PST files.
  • TO field parsing in EML fails due to special...

Released: Dec 2, 2024

Aggiornamenti in V24.11

Funzionalità

  • Introduced the ability to access user reactions from MSG. The new GetReactions method, added to the FollowUpManager class, allows you to retrieve a list of reactions on a MAPI message, making it easy to analyze user engagement.
  • Implemented enhanced recipient search by To or Cc and Bcc fields in PST.

Correzioni

  • Duplicate soft-deleted items when using FindAndExtractSoftDeletedItems on PST.
  • Regression: MSG to MHT conversion test fails with ArgumentOutOfRangeException when the license...

Released: Nov 1, 2024

Aggiornamenti in V24.10

Funzionalità

  • Provided APIs to get the color of the message category.
  • Added the ability to add headers when creating EWSClient.

Correzioni

  • IMAP Authenticate Plain issue when there are special characters.
  • Japanese base64 encoded email address being corrupted.
  • EWSClient.FetchItems throws KeyNotFoundException.
  • Issue with MSG to MHT Conversion.

Released: Oct 1, 2024

Aggiornamenti in V24.9

Funzionalità

  • Added smime-type to SMIME Content-Type.

Correzioni

  • EndDate of Recurrence is empty when save MapiCalendar to ICS format.
  • ImapClient.FetchMessage Exception - Length cannot be less than zero (Parameter 'length').
  • Mboxrd Writer issue.
  • FindAndExtractSoftDeletedItems method does not seem to work as expected.
  • Exception while reading an Zimbra (.tgz) file using Aspose.Email 23.3.

Released: Aug 29, 2024

Aggiornamenti in V24.8

Funzionalità

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

Correzioni

  • 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

Aggiornamenti in V24.7

Funzionalità

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