Author Topic: Accounts ?  (Read 13805 times)

Offline martinkong

  • Newbie
  • *
  • Posts: 8
Accounts ?
« Reply #15 on: February 05, 2010, 12:59:24 AM »
Yes, my PHP has OpenSSL option enabled.  phpinfo() shows that.

Anyway, thanks, the test script should help.

Offline martinkong

  • Newbie
  • *
  • Posts: 8
Accounts ?
« Reply #16 on: February 07, 2010, 10:25:14 PM »
Problem solved.  Thanks for the pointer regarding SSL.  I had to enable to IMAP-SSL PHP extension.

For the record, in config.inc.php:

$rcmail_config['imap_open_flag'] = 'notls'

works well with both my IMAP server and GMail.