We are pleased to announce the release of Aspose.Email for Java 5.8.0. This month’s release includes enhancements to the existing functionality of the API and bug fixes that results in the overall API stability. It provides the capability to retrieve messages and folders from the Exchange Server with paging support. You can find complete list of changes in this month’s release by visiting our documentation article, Public API Changes in Aspose.Email for Java 5.8.0.

Enhancements

Folders Enumeration with Paging Support in EWS: This month’s release provides the capability to retrieve folders information from Exchange server with paging support. Folders from exchange server can, thus, be retrieved in multiple server responses by specifying the maximum number of folders to fetch. More Info

Enumerating Messages with Paging Support in EWS: Similar to Folders enumeration with paging support, the API now provides the capability to list messages from Exchange server with paging support in EWS. This helps in retrieving the message’s summary information from large mailboxes that, otherwise, take much time. More Info

Options for Loading Specific Message Types: This month’s release also provides specific classes for loading various message types. Each type of message can be loaded using these new classes and specifying additional options. The old classes have been marked as deprecated and will be removed in future versions of the API. The new classes are as follow:

  • EmlLoadOptions
  • HtmlLoadOptions
  • MhtmlLoadOptions
  • MsgLoadOptions
  • TnefLoadOptions
  • EmlxLoadOptions

Our documentation article, Update and Save an Email, demonstrates the usage of these new message loading options.

Performance Improvements

This month’s release improves the performance of Exchange API on Mac OS. Earlier, the API took much time to connect to Exchange Server and retrieve the list of messages. This has now been improved. In addition, the API also improves the speed of loading messages having large number of recipients.

Bug Fixes

This month’s release also fixes a number of bugs that caused hampering in achieving the desired output. A complete list of bug fixes can be found by visiting our product download page.

API Resources

We have detailed information available online for getting started with the Aspose.Email for Java API. These are:

  • Product Documentation – Provides detailed examples of working with the API
  • API Reference Guide – Details all the packages and classes of the API
  • GitHub Examples – Provides ready to run API examples
  • Aspose.Email Forum – Feel free to contact us on Aspose.Email forum for your queries