| Author |  | 
      
        | gsolanki Newbie
 
  
 
 Joined: 29 September 2012
 Online Status: Offline
 Posts: 2
 | 
          Here is the code I am trying to run.
           | Posted: 06 December 2012 at 9:36am | IP Logged |   |  
           | 
 |  
 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
 | 
          Anyone have the same issue?
           | Posted: 06 December 2012 at 1:18pm | IP Logged |   |  
           | 
 |  
 Thanks,
 Gaurav
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Igor AfterLogic Support
 
  
 
 Joined: 24 June 2008
 Location: United States
 Online Status: Offline
 Posts: 6167
 | 
          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)?
           | Posted: 07 December 2012 at 2:16am | IP Logged |   |  
           | 
 |  
 --
 Regards,
 Igor, AfterLogic Support
 | 
       
        | Back to Top |     | 
       
       
        |  |