Author |
|
emest Newbie
Joined: 29 January 2009
Online Status: Offline Posts: 1
|
Posted: 29 January 2009 at 2:10am | IP Logged
|
|
|
I have a problem:
When I connect to pop3 server, everything goes ok. But if there is more than 1 mails in inbox and I'll try to take them all with DownloadEntireMessages() (without parameters), It throws an error:
Socket connection has timed out. InnerException message follows: A connection attempt failed because the connected party did not properly respond after a period of time, or established connection failed because connected host has failed to respond
If I try to get one message at a time(DownloadEntireMessages(1, 1)), it works.
|
Back to Top |
|
|
Andrew AfterLogic Support
Joined: 28 April 2006 Location: United States
Online Status: Offline Posts: 1189
|
Posted: 29 January 2009 at 6:15am | IP Logged
|
|
|
Please enable logging POP3 session into a file, reproduce the issue and provide us with the log file for examination.
Best regards,
Andrew
|
Back to Top |
|
|