Aspose.Email for Java のリリース

Released: Apr 7, 2025

V25.3 での更新項目

機能

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

不具合の修正

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

Released: Mar 8, 2025

V25.2 での更新項目

機能

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

不具合の修正

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

Released: Feb 6, 2025

V25.1 での更新項目

不具合の修正

  • 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

V24.12 での更新項目

機能

  • 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 8, 2024

V24.11 での更新項目

機能

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

不具合の修正

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

Released: Nov 8, 2024

V24.10 での更新項目

機能

  • 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: Oct 5, 2024

V24.9 での更新項目

機能

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

不具合の修正

  • 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

V24.7 での更新項目

機能

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

不具合の修正

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

Released: Jul 8, 2024

V24.6 での更新項目

機能

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

不具合の修正

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

Released: Jun 8, 2024

V24.5 での更新項目

機能

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