Hi,
I have updated my Aspose Email to version 19.2 but unfortunately there is a performance issue wrt MailMessage.Load() method. This issue does not occur with older versions of aspose mail.
When the load method is called initially, it takes upto 40 sec to execute.
The code that I use to read message from eml:
EmlLoadOptions loadOptions = new EmlLoadOptions();
loadOptions.setPrefferedTextEncoding(StandardCharsets.UTF_8);
MailMessage message = MailMessage.load(eml_file, loadOptions);
Could you please look into this issue?
best regards
Arne