Hi guys, it seems like the forums are pretty much dead so I'll get my help from here, I configured everything ran the script, seemed to work. The problem is, it continues to tell me "connect to IMAP server failed", my question is, do I have to type in the path to the IMAP in the main.inc.php file? Kind Regards.
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
List info: http://lists.roundcube.net/dev/
the only thing you should have to do is to set you imap server host and port. in most cases that is:
$rcmail_config['default_host'] = 'localhost'; # if the server is running local $rcmail_config['default_port'] = 143; # default port for unencrypted connection
please use the users mailinglist for such questions in future.
greets,
florian
Von: I J [mailto:imageyourself@yahoo.com] Gesendet: Montag, 12. November 2007 18:16 An: dev@lists.roundcube.net Betreff: [RCD] IMAP
Hi guys, it seems like the forums are pretty much dead so I'll get my help from here, I configured everything ran the script, seemed to work. The problem is, it continues to tell me "connect to IMAP server failed", my question is, do I have to type in the path to the IMAP in the main.inc.php file? Kind Regards.
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
List info: http://lists.roundcube.net/dev/
the only thing you should have to do is to set you imap server host and port. in most cases that is:
$rcmail_config['default_host'] = 'localhost'; # if the server is running local $rcmail_config['default_port'] = 143; # default port for unencrypted connection
please use the users mailinglist for such questions in future.
greets,
florian
Von: I J [mailto:imageyourself@yahoo.com] Gesendet: Montag, 12. November 2007 18:16 An: dev@lists.roundcube.net Betreff: [RCD] IMAP
Hi guys, it seems like the forums are pretty much dead so I'll get my help from here, I configured everything ran the script, seemed to work. The problem is, it continues to tell me "connect to IMAP server failed", my question is, do I have to type in the path to the IMAP in the main.inc.php file? Kind Regards.
Do You Yahoo!? Tired of spam? Yahoo! Mail has the best spam protection around http://mail.yahoo.com
List info: http://lists.roundcube.net/dev/