Author |
|
gsolanki Newbie
Joined: 29 September 2012
Online Status: Offline Posts: 2
|
Posted: 06 December 2012 at 9:36am | IP Logged
|
|
|
Here is the code I am trying to run.
Imap imap = new Imap();
imap.Timeout = 0;
imap.Connect(server);
imap.Login(username, password);
I get following exception. Can anybody help?
MailBee.MailBeeSocketTimeoutException: 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 xxx.xxx.xxx.xx:143
Thanks,
Gaurav
|
Back to Top |
|
|
gsolanki Newbie
Joined: 29 September 2012
Online Status: Offline Posts: 2
|
Posted: 06 December 2012 at 1:18pm | IP Logged
|
|
|
Anyone have the same issue?
Thanks,
Gaurav
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6103
|
Posted: 07 December 2012 at 2:16am | IP Logged
|
|
|
Are you able to connect to that server with any other IMAP client, or via telnet ("telnet domain.name 143" is the command for that)?
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|