Hello,
currently we implement a IMAP Mail client using Aspose.
We want to show the attachment info (name, size, …) of every e-Mail.
For example 150 Mails takes 20 seconds to get the messages with attachment info.
Without getting the attachment info it takes 1-2 seconds.
The FetchMessage method takes 7 seconds (!!!) for a Mail with 3 small attachments!
We implement your mentoined solution: How to read or download the attachments from mail box using aspose IMAP api
Is there a better (FASTER) way to get mails with attaechment information??
Kind regards,
Andy