interimap

InterIMAP messages - TextData is null

I'm trying to use InterIMAP to pull emails from a hosted email provider. I can get the message counts right, and yesterday my unit tests were pulling the full emails without issue. Today, however, I'm getting messages, and UIDs, but everything outside of that is NULL, even after calling RefreshData(true, true). Using InterIMAP-23995, the...

Can't mark email read with InterIMAP, folder is read-only

I'm trying to mark emails read (/SEEN) with InterIMAP, but this doesn't work. I stepped through the code with debugger, and found out that the response from mail server is "IMAP0078 OK Store ignored with read-only mailbox.", which pretty much tells me why it doesn't work. But it looks like there's no way to tell InterIMAP to open the con...

InterIMAP, Viewing UNREAD IMAP mail and Downloading Attachments in C#

I was wondering if anyone can help me on this cause its driving me mad trying get this working I was working with the trail of mail.dll from http://www.lesnikowski.com/mail/ which is an extremely fantastic tool which unfortunately i cannot afford being a student (even though its around 150eur, its still very expensive to me :/) and this...