andyedinborough / aenetmail

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

Wrong condition on the second while to get data #85

Closed tuliomarks closed 12 years ago

djiaak commented 12 years ago

This commit looks like it's incorrect. It seems like it's reading a MIME body, not a header; it should only stop reading until the boundary or end of file is reached. As it is now it's hanging on some emails and returning incorrect body contents. Reverting fixes this.

mediocreguy commented 12 years ago

Just saw this comment - Issue #87 is a duplicate of dijaak's comment - sorry.