Quantcast
Channel: ImapX 2
Viewing all articles
Browse latest Browse all 1952

Commented Unassigned: The input is not a valid Base-64 string [2769]

$
0
0
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 **

As it seems to me the first clause at __MessageContent.cs__:

```
else if ((index = data.IndexOf("UID")) != -1) { ... }
```

is not required.

Regards,
Cyb.


Viewing all articles
Browse latest Browse all 1952

Trending Articles