You can use C# BulkMailDownload function in the latest build 4.3.5.0..
using this c# code to download all messages in one mail:-
Tuple<string, string, string, string>[] allMails;
allMails = ZennoPoster.BulkMailDownload("
[email protected]",
"password", "imap.googlemail.com", 993, true...