andyedinborough / aenetmail

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

Allow raw imap append #185

Closed warrenfalk closed 9 years ago

warrenfalk commented 9 years ago

This overloads the AppendMail() function to provide a way to send a message that is already in string format (for example if relaying from one email server to another) without having to parse into a MailMessage structure first.

andyedinborough commented 9 years ago

Yes @jstedfast, it should. It's on the todo list. Now stop.