0 votes

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

related to an answer for: Error on downloading attachment
by

1 Answer

0 votes

I assume this attachment is incomplete or email is incomplete.

Can you send the raw eml data of such email so we can examine?

You can find detailed steps here:
https://www.limilabs.com/blog/i-have-problems-parsing-the-message

Our direct email is in this page's footer.

by (297k points)
...