I'm trying to fetch the IMAP headers and the body (message & attachments) seperately.
Fetching the headers is no problem, but when I try to fetch the body Rebex.Net.Imap.DLL throws a System.InvalidOperationException.
ConnectAndLogin();
var message = _imap.GetMailMessage(uniqueId);
I have no idea if I did something wrong, or that it is a bug/error in the library...