I’m using C# and the AE.Net.Mail library to pull files from Gmail. I’m having problems with large zip files.
The same problem is described and resolved here with Java: JavaMail BaseEncode64 Error
Does anyone know how to set partial fetch flag with C# and the AE.Net.Mail library?
Go with (or take a look at) S22.Imap. It’s an AE.Net.Mail documented with some extras.
From examples: Download attachments only if they are smaller than 2 Megabytes