All dots are converted to =2E in eml file saved from aspose MailMessage

Hi Team,

We are using aspose Email 6.9.0 with jdk 16 classifier.
The eml files created from MailMessage using method:
MailMessage.save(file absolute path ,
SaveOptions.createSaveOptions(MailMessageSaveType.getEmlFormat()));
is converting all dots(".") to =2E.

Due to this, when we are getting the MailMessage object from this eml File, the MailMessage.getHtmlBody() is giving unwanted hyperlinks and format is also not proper.

Can you please help us resolve this issue.

@pj1,

We have tried to reproduce the issue using the latest version of Aspose.Email for Java. We are unable to observe any issue with the dots (.) in the message body. Please try again with the latest version. In case of any issue, forward the details along with sample project and input/output files. We will look in it and update you about our findings.