You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm connecting to imap.google.com to download some zip files. The Attachment.Save() method fails, it cuts the file off and says file isnt base64 encoded.
I'm connecting to imap.google.com to download some zip files. The Attachment.Save() method fails, it cuts the file off and says file isnt base64 encoded.
I asked the question on StackOverflow before finding this forum: http://stackoverflow.com/questions/10921752/ae-net-mail-imap-partial-fetch
The problem seems to come up with Java as well, and is resolved with setting partial fetch to false:
http://stackoverflow.com/questions/1755414/javamail-baseencode64-error
Any ideas?
The text was updated successfully, but these errors were encountered: