Search The ForumSearch   RegisterRegister  LoginLogin

MailBee.NET IMAP

 AfterLogic Forum : MailBee.NET IMAP
Subject Topic: Socket connection has timed out Post ReplyPost New Topic
Author
Message << Prev Topic | Next Topic >>
gsolanki
Newbie
Newbie


Joined: 29 September 2012
Online Status: Offline
Posts: 2
Posted: 06 December 2012 at 9:36am | IP Logged Quote gsolanki

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 View gsolanki's Profile Search for other posts by gsolanki
 
gsolanki
Newbie
Newbie


Joined: 29 September 2012
Online Status: Offline
Posts: 2
Posted: 06 December 2012 at 1:18pm | IP Logged Quote gsolanki

Anyone have the same issue?

Thanks,
Gaurav
Back to Top View gsolanki's Profile Search for other posts by gsolanki
 
Igor
AfterLogic Support
AfterLogic Support


Joined: 24 June 2008
Location: United States
Online Status: Offline
Posts: 6040
Posted: 07 December 2012 at 2:16am | IP Logged Quote Igor

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 View Igor's Profile Search for other posts by Igor
 

If you wish to post a reply to this topic you must first login
If you are not already registered you must first register

  Post ReplyPost New Topic
Printable version Printable version

Forum Jump

Powered by Web Wiz Forums version 7.9
Copyright ©2001-2004 Web Wiz Guide