Aspose.Email for Java Releases

Released: May 4, 2025

Updates in V25.4

Features

  • Added overload of MapiContact.FromVCard method with VCardLoadOptions parameter.
  • You can now use stream instead of filename to preserve embedded attachment's icons when saving a message to HTML.

Fixes

  • System.InvalidOperationException while creating MboxStorageReader.
  • Searching emails by sender address (From) returns null in PST file.
  • Error Unknown type of ActionProperty while loading Appointment.
  • NegativeArraySizeException on adding files to PST.
  • The issue occurs when trying to mark as...

Released: Apr 7, 2025

Updates in V25.3

Features

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

Fixes

  • Issue with Time Zone Offset and organizer visibility in MSG calendar events.
  • EML to HTML conversion loses spaces in text.
  • IsInline property of MapiAttachment always return false even for inline image.
  • ArgumentOutOfRangeException while loading appointment.
  • System.ArgumentNullException while loading appointment...

Released: Mar 8, 2025

Updates in V25.2

Features

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

Fixes

  • PS_INTERNET_HEADERS x-ms-journal-report named property missing for PST entry.
  • Null reference exception is thrown when saving MapiCalendar with recurrence and time zones.
  • Exception when converting email to MHT with SkipInlineImages set to true.
  • Incorrect date shift when processing EML files in GMT+2 time zone.
  • Senders email address is incorrect...

Released: Feb 6, 2025

Updates in V25.1

Fixes

  • Recursively reset Boundary Strings defined by a template while saving embedded messages.
  • MapiMessageItemBase.SetProperty does not save multiple strings.
  • MSG files created by Aspose.Email are broken by Outlook when attached.

Released: Jan 3, 2025

Updates in V24.12

Features

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

Fixes

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

Released: Dec 8, 2024

Updates in V24.11

Features

  • 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 lazy loading of cloud attachments in Attachment to optimize memory usage.

Fixes

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

Released: Nov 8, 2024

Updates in V24.10

Features

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

Fixes

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

Released: Oct 5, 2024

Updates in V24.9

Features

  • Retrieve Color of Item Category from PST Files - This new feature allows users to retrieve the color associated with categories in PST files. Users can now obtain a list of categories with their respective names and colors and associate them with individual PST items.

Fixes

  • IMAP Authenticate Plain issue when there are special characters.
  • Japanese base64 encoded email address being corrupted.
  • Issue with MSG to MHT Conversion.
  • Missing space from HTML Body text.

Released: Aug 6, 2024

Updates in V24.7

Features

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

Fixes

  • Splitting 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.
  • Cannot get URI from Modern...

Released: Jul 8, 2024

Updates in V24.6

Features

  • Added Abort/Cancel methods for long-running operations.

Fixes

  • Error while load .vcf file.
  • A problem with the FindAndExtractSoftDeletedItems method.
  • PGP encrypted MSG to MIME corrupted conversion.
  • High memory usage while sending/receiving messages using SMTP/IMAP client.
  • 'From' MSG to MIME conversion issue.
  • Incorrect information when convert VCF to Distribution List.