andyedinborough / aenetmail

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

properly handle "*" responses from server during IMAP APPEND #184

Closed warrenfalk closed 9 years ago

warrenfalk commented 9 years ago

See https://tools.ietf.org/html/rfc1730#section-2.2.2

IMAP client incorrectly treats untagged responses (responses starting with "*") as a final response causing all future commands to fail and eventual server disconnect

andyedinborough commented 9 years ago

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