stefan wrote:
That error may be caused by not using a SSL connection when it is required, by default IMAP-UW allows SSL only, but you can enable plaintext using the WITH_PLAINTEXT_AND_SSL option.
I have UW-IMAP working with both plaintext and SSL authentication. Are you suggesting something like this? $rcmail_config['with_plaintext_and_ssl'] = TRUE;
If you're using SSL only, make sure the line in config/main.inc.php is set accordingly, eg $rcmail_config['default_host'] = 'ssl://localhost:993';
This is a confusing part of the config file. If you set port 993 in default_host, do you also have to set it in default_port?
Thanks, Gary