Hi there!
While downloading simple text message I get this exception: "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters."
Reason: after reading the text body in Base 64 content stream updated with last imap commands - "",")","IMAPX{} OK UID FETCH Completed."
Comments: ** Comment from web user: CybIam **
While downloading simple text message I get this exception: "The input is not a valid Base-64 string as it contains a non-base 64 character, more than two padding characters, or an illegal character among the padding characters."
Reason: after reading the text body in Base 64 content stream updated with last imap commands - "",")","IMAPX{} OK UID FETCH Completed."
Comments: ** Comment from web user: CybIam **
As it seems to me the first clause at __MessageContent.cs__:
```
else if ((index = data.IndexOf("UID")) != -1) { ... }
```
is not required.
Regards,
Cyb.