Hi
I'm using the GPL tool smtpop to read email from an account and save attachments to the server.
I'm using the standard code as supplied in the help. An excerpt is shown below.
The code reads the email OK but fails attempting to read the attachment.
I get an error "Invalid character in Base-64 string" at
Convert.FromBas e64String(attac h.Body);
The file I am trying...