andyedinborough / aenetmail

C# POP/IMAP Mail Client
370 stars 153 forks source link

AppendMail Null Exeption #44

Open mahirakay opened 12 years ago

mahirakay commented 12 years ago

I am trying to append mails from a MailBox to another MailBox using imap.AppendMail(MailBox,MailMessage). But it gives "Object reference not set to an instance of an object." exeption.

andyedinborough commented 12 years ago

This method needs rewritten entirely. :/ That may not be as big of a job as it sounds though. I'll see what I can do.