Author |
|
zedekiah Groupie
Joined: 24 June 2009 Location: United States
Online Status: Offline Posts: 44
|
Posted: 13 July 2009 at 9:57am | IP Logged
|
|
|
When I try to put in port 993 and SSL=true it never connects. However, if I put in port 143 and SSL=true it connects. I do not understand how my code is getting the server certificate it needs to endcrypt.
|
Back to Top |
|
|
Igor AfterLogic Support
Joined: 24 June 2008 Location: United States
Online Status: Offline Posts: 6104
|
Posted: 14 July 2009 at 1:04am | IP Logged
|
|
|
Quote:
When I try to put in port 993 and SSL=true it never connects. However, if I put in port 143 and SSL=true it connects. |
|
|
It's not clear for us what you mean of "SSL=true" as there is no such property found in MailBee.NET Objects. Successful SSL-powered IMAP access over regular port 143 means that STARTTLS comes in effect. If you'd like to access IMAP via SSL over dedicated port 993, you should use OnConnect value instead.
Quote:
I do not understand how my code is getting the server certificate it needs to endcrypt. |
|
|
Since SSL access to mail server is performed transparently, you shouldn't worry about checking server certificates and such.
--
Regards,
Igor, AfterLogic Support
|
Back to Top |
|
|