Could not handle empty nested message

When we load an EML using Aspose.Email, then convert it to MapiMessage, it will throw NULL exception.
After I checked the email, I found that the message has a nested message. But the nested message is empty.
Could you please fix the bug so empty nested email can be processed?

======================================================
MailMessage mailMsg = MailMessage.load(bis, mailLoadOption);
MapiMessage.fromMailMessage(mailMsg, MapiConversionOptions.getUnicodeFormat());

======================================================
java.lang.NullPointerException
at com.aspose.email.MailMessage.a(Unknown Source)
at com.aspose.email.MailMessage.a(Unknown Source)
at com.aspose.email.MailMessage.(Unknown Source)
at com.aspose.email.MailMessage.b(Unknown Source)
at com.aspose.email.MailMessage.a(Unknown Source)
at com.aspose.email.MapiMessage.a(Unknown Source)
at com.aspose.email.MapiMessage.b(Unknown Source)
at com.aspose.email.MapiMessage.a(Unknown Source)
at com.aspose.email.MapiMessage.a(Unknown Source)
at com.aspose.email.MapiMessage.fromMailMessage(Unknown Source)
======================================================

Hi Billow,


Thank you for writing to Aspose support team.

Your reported issue is re-produced here using Aspose.Email for Java 5.0.0 and is logged in our issue tracking system for further investigation by the development team. You will be automatically notified about any update in this regard.

Issue ID: EMAILJAVA-33466

The issues you have found earlier (filed as EMAILJAVA-33466) have been fixed in this update.


This message was posted using Notification2Forum from Downloads module by Aspose Notifier.