Mail skipping issue in MboxrdStorageReader of Aspose.Email for java API

Hello Team,


I have issue while reading MBOX file.It contains more mails but Apose MboxrdStorageReader reader skipp some mails.
I have used below code.

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco} span.s1 {color: #931a68} span.s2 {color: #0326cc}

MboxrdStorageReader objMBOXReader = new MboxrdStorageReader(this._sourcePath, true);


p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco} span.s1 {color: #931a68}

while ((f_objMailMessage = objMBOXReader.readNextMessage()) != null)

{

//save eml logic here


}



please help me.

p.p1 {margin: 0.0px 0.0px 0.0px 0.0px; font: 12.0px Monaco}

Hi Ajinath,


Thank you for writing to Aspose support team.

You may please share the sample MBOX file with us for our testing here. Also please mention the tool which you use to view the MBOX file for comparison with the Aspose.Email results. If possible please mention few emails which are skipped by Aspose.Email. This information will help us to observe the problem and provide assistance accordingly.