Hi Ryan,
Actually the IMAP wrapper supports IMAPS if PHP is installed with the Open SSL module. I didn't implement or test it yet because I don't have Open SSL currently installed. You can try it out by setting $ICL_SSL = TRUE; $ICL_PORT = 993; in program/include/rcube_imap.inc (in lines 28/29). If it doesn't work you can remove the @ from all @fsockopen() in program/lib/imap.inc in order to have the PHP socket errors displayed or logged.
Please report me your experience with SSL, if it works.
Regards, Thomas
2005/10/2, Ryan Heimbuch rheimbuch@gmail.com:
We're considering deploying roundcube for our webmail client. However, our imap server only allows TLS or SSL logins. Can roundcube be configured to support either connection type?
Thanks, Ryan