Menu

Timeout connecting to gmail

Help
2008-09-17
2013-04-26
  • Vincent Finn

    Vincent Finn - 2008-09-17

    Hi,

    I am trying to connect to gmail and can't get it to work.
    I have tried from 2 machines both of which can connect I use Thunderbird (so no firewall issue etc).

    All I get a time out, is there a way of getting logging so i could see what is wrong.

    I am using Visual Studio 2005.

    The code is just
    ImapConnect connection = new ImapConnect("imap.gmail.com", 993);
    connection.Open();

        Thanks, Vin

     
    • Keith Kikta

      Keith Kikta - 2008-10-18

      Currently there is no mode to enable logging but that would not be a bad idea. Generally I test in debug mode but i think adding logging to the read/write methods could be useful in tracking down issues. Your welcome to add that if you want.

       
    • Keith Kikta

      Keith Kikta - 2008-10-18

      also on a another note 993 is TLS which at this point is unsupported in this client I would do it but i don't have the first idea on where to begin at this point

       
      • Vincent Finn

        Vincent Finn - 2008-10-19

        OK, if its not supported that make sense.
        I was just wondering if I was doing something stupid.

        Thanks, Vin

         
    • Jeff M

      Jeff M - 2008-12-03

      Not that I am expert or anything but here is a library that support TLS.

      http://www.mentalis.org/soft/projects/ssocket/

      FYI,
      jeff

       
    • Keith Kikta

      Keith Kikta - 2008-12-22

      I think it is working in the latest release but I haven't done much testing with regard to gmail.

       
    • Vincent Finn

      Vincent Finn - 2008-12-29

      Yep, that fixes the connection problem.

      Thanks, Vin

       

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.