Aspose.Email for Java のリリース

Released: May 6, 2024

V24.4 での更新項目

機能

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

V24.3 での更新項目

機能

  • Added support for PersonalStorage based on java.nio.channels stream.

不具合の修正

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

V24.1 での更新項目

機能

  • You can now replace "." with "_" in resource folder name while saving a message to HTML with resources.

不具合の修正

  • Error when trying to parse relative recurrence rule from ical file.
  • Incorrect reading of UTF-7 encoded emails.
  • Attachment Name and Extension is null.
  • Wrong MHTML produced from specific MSG file.
  • Java Heap Space errors with large emails.

Released: Jan 1, 2024

V23.12 での更新項目

機能

  • 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 6, 2023

V23.11 での更新項目

機能

  • 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.
  • Error loading task MapiTask.setEstimatedEffort - ArgumentException: The value should be greater than or equal to 0 and less than 0x5AE980DF.
  • S/MIME signed mail...

Released: Nov 6, 2023

V23.10 での更新項目

機能

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

不具合の修正

  • IMAP Connection fails if password contains special characters.
  • 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 contact item...

Released: Oct 9, 2023

V23.9 での更新項目

不具合の修正

  • System.FormatException on loading MHT.
  • Aspose Adding Additional Quotes In Mail Message Appointment Alternate View - Cannot Then Convert To Mapi Message.
  • LastModified and CreatedDate on Email Returns AS Current Datetime.
  • Aspose Email ClientSubmitTime seems to default to document's Date Modified, not the email submit time (PreserveEmptyDates).
  • Regression: Email Java fails to load MSG.

Released: Sep 6, 2023

V23.8 での更新項目

機能

  • Improved support for message validation.
  • Added the ability to save Mapi 'DistList' to a single multi contact VCF file.
  • Added support for overloaded methods that accept a 'MailMessage' object for sending emails.
  • Added the option to search and fill sender SMTP address in EML format.

不具合の修正

  • System.ArgumentNullException when processing certain emails.
  • Problems with WebDav/Vcf conversion.
  • Does not match the container class.
  • ImapClient.ListMessages returns fake ImapMessageInfo.
  • Aspose Adding...

Released: Aug 4, 2023

V23.7 での更新項目

機能

  • Added 'delete by ID' method to the PersonalStorage class. This method provides a way to delete items (folders or messages) from a Personal Storage Table (PST) using the unique entryId associated with the item.
  • Added new features to CalendarReader.
  • Added 'PersonalStorage.StoragePreProcess' event to get the name of storage.
  • Improved event handling and PST splitting functionality in PersonalStorage class.
  • Added 'CalendarReader.Version', 'CalendarReader.Count', 'CalendarReader.IsMultiEvents'...

Released: Jul 9, 2023

V23.6 での更新項目

機能

  • Improved CheckSignature method.
  • Signature preservation is now supported by default during MBOX to PST conversion.
    • Added new MboxToPstConversionOptions.RemoveSignature property, to indicate whether the signature should be removed during conversion.
    • You can set this property to true to remove the signature.
  • Signature preservation is now supported by default when loading EML files.
    • Added a new LoadOptions.RemoveSignature property, to indicate whether the signature should be removed during...