I'm using the library to access a mailbox and retrieve some .csv file that gets attached to specific messages.
The saved files are then processed by the application.
Sometimes - actually quite seldom - after invoking the .save command without getting any exception raised, the saved file that I find afterwards is "shorter" than the original attachment(I can compare them).
It looks like just the last characters/bytes get lost.
Any advice on this ?
Regards
Luigi