Aspose.Email for Java Releases
Released: Jun 8, 2024
Updates in V24.5
Features
- 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.
Fixes
- Wrong sent date saved while saving the message as .msg from mbox.
- InvalidCastException trying to replace an...
Released: May 6, 2024
Updates in V24.4
Features
- 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.
Fixes
- 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...
Released: Apr 5, 2024
Updates in V24.3
Features
- Added support for PersonalStorage based on java.nio.channels stream.
Fixes
- 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
Updates in V24.1
Features
- You can now replace "." with "_" in resource folder name while saving a message to HTML with resources.
Fixes
- 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
Updates in V23.12
Features
- Added the ability to save HTML with relative paths to resources.
- Added an internal check for all methods dealing with ANSI PST storage.
Fixes
- Can't load ".vcf" file.
- FolderInfo.addMessage() raises ArgumentOutOfRangeException.
- Mathematical symbols are not rendered properly.
Released: Dec 6, 2023
Updates in V23.11
Features
- Added the ability to validate messages.
- Added 'MapiMessage.AttachSignature' method.
- The 'GetAlternateViewContent' method is now case-insensitive.
Fixes
- '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...
Released: Nov 6, 2023
Updates in V23.10
Features
- 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.
Fixes
- 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...
Released: Oct 9, 2023
Updates in V23.9
Fixes
- 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
Updates in V23.8
Features
- 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.
Fixes
- 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
Updates in V23.7
Features
- 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...