Aspose.Email for C++ 릴리스
Released: May 15, 2025
V25.4 버젼 업데이트
기능
- 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
V25.3 버젼 업데이트
기능
- Added support for filtering or searching messages in MBOX files.
- Implemented methods for paginated retrieval of items from MBOX files.
수정사항
- IMAP Client сrashes on invalid credentials in Aspose.Email for C++ 24.12.1.
Released: Mar 14, 2025
V25.2 버젼 업데이트
기능
- 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<...
Released: Jan 31, 2025
V25.1 버젼 업데이트
기능
- 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.
수정사항
- 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
V24.12.1 버젼 업데이트
기능
- 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.
수정사항
- Issue when trying to update emails within PST files.
- TO field parsing in EML fails due to special character.
- GraphClient...
Released: Dec 2, 2024
V24.11 버젼 업데이트
기능
- 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.
수정사항
- Duplicate soft-deleted items when using FindAndExtractSoftDeletedItems on PST.
- Regression: MSG to MHT conversion test fails with ArgumentOutOfRangeException when the license is set using...
Released: Nov 1, 2024
V24.10 버젼 업데이트
기능
- Provided APIs to get the color of the message category.
- Added the ability to add headers when creating EWSClient.
수정사항
- 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
V24.9 버젼 업데이트
기능
- Added smime-type to SMIME Content-Type.
수정사항
- 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
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...