Roundcube Community Forum

Release Support => Pending Issues => Topic started by: lenny on June 04, 2008, 11:03:42 AM

Title: Connecting to Gmail for your domain
Post by: lenny on June 04, 2008, 11:03:42 AM
I can't seem to authenticate with the gmail server no matter what I do.  I have tried the following settings:

$rcmail_config['default_host'] = 'imap.gmail.com';
// TCP port used for IMAP connections
//$rcmail_config['default_port'] = 143;
$rcmail_config['default_port'] = 993;

$rcmail_config['default_host'] = 'https://imap.gmail.com';
// TCP port used for IMAP connections
//$rcmail_config['default_port'] = 143;
$rcmail_config['default_port'] = 993;

Any idea what I am going wrong?
Title: Connecting to Gmail for your domain
Post by: lenny on June 04, 2008, 11:08:42 AM
Nevermind.  ssl://imap.gmail.com