| Author |  | 
      
        | zorroc Newbie
 
  
  
 Joined: 15 May 2008
 Location: Brazil
 Online Status: Offline
 Posts: 9
 | 
          someone ever used the imap in gmail?
           | Posted: 09 June 2008 at 6:36am | IP Logged |   |  
           | 
 |  
 I turn on the imap in my e-mail account, gmail, and the page:
 http://mail.google.com/support/bin/answer.py?answer=78799
 
 I caught the address of the server and port, but when I try to connect through the component MailBee.ImapMail.Imap, an error message appears, it must be because gmail requires a secure connection (SSL), I did a test here and unable to connect, is my way:
 
 imp.SslMode =  Security.SslStartupMode.OnConnect    &nb sp;       imp.SslProtocol  = Security.SecurityProtocol.Ssl2
 imp.Connect("imap.gmail.com", 993)
 
 thanks.
 
 
 | 
       
        | Back to Top |     | 
       
       
        |  | 
        | Andrew AfterLogic Support
 
  
 
 Joined: 28 April 2006
 Location: United States
 Online Status: Offline
 Posts: 1189
 | 
          This forum is correct for this question.
           | Posted: 09 June 2008 at 7:21am | IP Logged |   |  
           | 
 |  
 Best regards,
 Andrew
 | 
       
        | Back to Top |     | 
       
       
        |  |