| | |
| | | // Optional IMAP authentication password to be used for imap_auth_cid |
| | | $rcmail_config['imap_auth_pw'] = null; |
| | | |
| | | // Type of IMAP indexes cache. Supported values: 'db', 'apc' and 'memcache'. |
| | | $rcmail_config['imap_cache'] = null; |
| | | |
| | | // Enables messages cache. Only 'db' cache is supported. |
| | | $rcmail_config['messages_cache'] = false; |
| | | |
| | | |
| | | // ---------------------------------- |
| | | // SMTP |
| | | // ---------------------------------- |
| | |
| | | |
| | | // use this folder to store temp files (must be writeable for apache user) |
| | | $rcmail_config['temp_dir'] = 'temp/'; |
| | | |
| | | // enable caching of messages and mailbox data in the local database. |
| | | // this is recommended if the IMAP server does not run on the same machine |
| | | $rcmail_config['enable_caching'] = false; |
| | | |
| | | // lifetime of message cache |
| | | // possible units: s, m, h, d, w |
| | |
| | | // Mark as read when viewed in preview pane (delay in seconds) |
| | | // Set to -1 if messages in preview pane should not be marked as read |
| | | $rcmail_config['preview_pane_mark_read'] = 0; |
| | | |
| | | // focus new window if new message arrives |
| | | $rcmail_config['focus_on_new_message'] = true; |
| | | |
| | | // Clear Trash on logout |
| | | $rcmail_config['logout_purge'] = false; |