andyedinborough / aenetmail

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

Problem Getting some messages #42

Closed sobaka closed 12 years ago

sobaka commented 12 years ago

When getting some messages, i get a infinite while because message doesn't finish with "tag" OK but finish with "Success"

piher commented 12 years ago

I don't think finishing with "success" is really the problem because as long as the response contains the tag + OK we should be fine with the current code. I believe the problem is when part of the tag was read with the body. Please see issue #34 and tell me if you're in the same situation

andyedinborough commented 12 years ago

Do you still have the issue with the latest version of the code--published today?