Aspose.Email for Java 릴리스

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

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

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

Released: Jun 12, 2023

V23.5 버젼 업데이트

기능

  • Added new 'VCardSaveOptions' class. This improves contact management, allowing users to customize saving behavior when working with vCard files.
  • Added new 'Appointment.Version' property.
  • Added overloads for 'TgzReader' constructor and 'GetTotalItemsCount' method.

수정사항

  • Problem with creating folder hierarchy in PST.
  • Not able to Load Attach file.
  • High memory usage while sending/receiving messages usign smtp/imap client.
  • Custom headers not fetched via GraphClient.
  • 'On behalf' does not work...