andyedinborough / aenetmail

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

Pop3 Problem Socket Exception pop.GetMessage(i); #76

Closed Stromgald closed 12 years ago

Stromgald commented 12 years ago

Hi , i have problem with pop3 and hotmail. In past days i was using 1.6.0 but the body message was always empty but the raw , instead worked , so i update to 1.6.1beta2 but now i cant download any message becouse i recive : Connection interrupt from remote host : System.Net.Sockets.SocketException.

I dont have any kind of this problem with 1.6.0 while with1.6.1beta2 (either with 1.6.1 ) It worked only few times but for the rest i get Socket Exception connection interrupt from remote host.

I'm using the code in your example so i didnt change anything and i'm using ssl true , skip validator true , port 995 , pop3 pop3.live.com

Any ideas?

angraxs2 commented 12 years ago

Im having the same issue in both IMAP and POP3 accounts. I can get the GetMessageCount() but i cant use this function.

Im using ZIMBRA as mailserver, maybe its an incompatibility issue?

Thank you in advance

andyedinborough commented 12 years ago

This should be resolved with the latest checkin, 7884009a0d2413eb2a7377a61a76269c130ed465.

sabrina78 commented 11 years ago

We're experiencing the same issue with 1.6.1-rc3. We didn't have the issue in version 1.6.0.0 but decided to upgrade because we were having trouble getting the MailMessage.Body property (this always seemed to be empty).

Any idea where to look to solve this?