|
Hello. I faced with some issues with Imap SSL connections. The code, listed below is working fine:
But it is not exactly what i want. The code below produce timeout exception:
Error text: 2011-06-07 17:59:31,969 Oz NT AUTHORITYSYSTEM [7] ERROR Services.Windows.MailServer.MailServerFacade [(null)] - RefreshInbox, check new emails exception. Rebex.Net.ImapException: Timeout exceeded. at Rebex.Net.Imap.QztfFZ() at Rebex.Net.Imap.Connect(String serverName, Int32 serverPort, TlsParameters parameters, ImapSecurity security) Our mail server logs: Session 26457; child 8 Tue 2011-06-07 17:57:29: Accepting IMAP connection from [81.222.243.70:10162] to [81.222.243.69:993] Tue 2011-06-07 17:58:30: * SSL error 0 The operation completed successfully. Tue 2011-06-07 17:58:30: IMAP session terminated, (0 bytes) So, coul you point out, what things I'm doing wrong? Thank you. |
|
Actually, the
But from the log you attached, it seems you are connecting to the
That's correct. Should I connect to Port 143 even if I want secure connection?
(07 Jun '11, 21:34)
_Oz_
Yes, use the default IMAP port 143 (with
(08 Jun '11, 10:16)
Lukas Matyska ♦♦
|