| | |
| | | | Main configuration file | |
| | | | | |
| | | | This file is part of the Roundcube Webmail client | |
| | | | Copyright (C) 2005-2010, Roundcube Dev. - Switzerland | |
| | | | Copyright (C) 2005-2010, The Roundcube Dev Team | |
| | | | Licensed under the GNU GPL | |
| | | | | |
| | | +-----------------------------------------------------------------------+ |
| | |
| | | // set these options. All can be strings or arrays of strings. |
| | | // Folders need to be ended with directory separator, e.g. "INBOX." |
| | | // (special directory "~" is an exception to this rule) |
| | | // These can be used also to overwrite server's namespaces |
| | | $rcmail_config['imap_ns_personal'] = null; |
| | | $rcmail_config['imap_ns_other'] = null; |
| | | $rcmail_config['imap_ns_shared'] = null; |
| | |
| | | // set the port for the ssl connection as value of this option if it differs from the default 443 |
| | | $rcmail_config['force_https'] = false; |
| | | |
| | | // tell PHP that it should work as under secure connection |
| | | // even if it doesn't recognize it as secure ($_SERVER['HTTPS'] is not set) |
| | | // e.g. when you're running Roundcube behind a https proxy |
| | | $rcmail_config['use_https'] = false; |
| | | |
| | | // Allow browser-autocompletion on login form. |
| | | // 0 - disabled, 1 - username and host only, 2 - username, host, password |
| | | $rcmail_config['login_autocomplete'] = 0; |