Hi imapUser,
first of all, you can reduce your code to:
Connecting to GMail works fine, please check your firewall settings.
Greets,
Pavel
first of all, you can reduce your code to:
ImapClient client = new ImapClient("imap.gmail.com", true);
client.IsDebug = true;
result = client.Connect();
// ..
The port 993 is being selected automatically.Connecting to GMail works fine, please check your firewall settings.
Greets,
Pavel