andyedinborough / aenetmail

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

IOException on imap.GetMessages #77

Closed ghost closed 12 years ago

ghost commented 12 years ago

I have a issue using Imap on google mail. The problem is when in my inbox there are messages with a body image. In that case GetMessages get me a System.Net.Sockets.SocketException in the method ReadToEnd on Utilities.cs file.

I'm using the last code that I found: andyedinborough-aenetmail-b916e2e

Thanks in advance :)