This question is related to the following: Unexpected characters returned when reading email using ImapX
The solution here doesn't work.
The problem is that in some cases, the following string:
) IMAPX10 OK UID completed
is being added to the end of an attachment Base64 string. This causes the Base64 decoder throw an exception.
I tried fixing the
MessageContent.cs
file like the above solution, but with no luck...
Does anyone came accross with this problem?