Hello!
I have found a issue, i can't get txt files without getting them unaltered
my code
```
foreach (var file in m.Attachments)
{
file.Download();
file.Save(pathf /*, optional file name*/);
}
```
http://puu.sh/eMoSn/88051273aa.png
left is original file
right is original file downloaded
by the way i am using gmail with imapx version 2.0.0.16
Kind Regards
I have found a issue, i can't get txt files without getting them unaltered
my code
```
foreach (var file in m.Attachments)
{
file.Download();
file.Save(pathf /*, optional file name*/);
}
```
http://puu.sh/eMoSn/88051273aa.png
left is original file
right is original file downloaded
by the way i am using gmail with imapx version 2.0.0.16
Kind Regards