smiley22 / S22.Imap

A free, easy-to-use and well-documented .NET library component for communicating with IMAP servers
http://smiley22.github.com/S22.Imap/Documentation/
MIT License
211 stars 115 forks source link

Low file size attachment is not found #157

Open adnanplums opened 5 years ago

adnanplums commented 5 years ago

Hi,

I am using S22.Imap v3.6.0 for reading emails from gmail/ web mail. This library working fine but recently I have noticed that this library is not recognizing the corrupt file attachment having very low file size and didn't showing attachment in the list.

It is also not showing valid text file attachment having zero byte file size. However, those issues are not found in older version of S22.Imap v2.7.4774.29639, that library recognizing low size corrupt file attachment.

Please suggest me that how can I read attachment of corrupt file having very low file size by using latest version of this library.

Regards