| | |
| | | // Optional, defaults to "check" |
| | | $rcmail_config['imap_auth_type'] = null; |
| | | |
| | | // If you know your imap's root directory and its folder delimiter, |
| | | // you can specify them here. Otherwise they will be determined |
| | | // during every imap connection. |
| | | $rcmail_config['imap_root'] = null; |
| | | $rcmail_config['imap_delimiter'] = null; |
| | | |
| | | // Automatically add this domain to user names for login |
| | | // Only for IMAP servers that require full e-mail addresses for login |
| | | // Specify an array with 'host' => 'domain' values to support multiple hosts |
| | |
| | | |
| | | // use this name to compose page titles |
| | | $rcmail_config['product_name'] = 'RoundCube Webmail'; |
| | | |
| | | // only list folders within this path |
| | | $rcmail_config['imap_root'] = ''; |
| | | |
| | | // store draft message is this mailbox |
| | | // leave blank if draft messages should not be stored |
| | |
| | | // prefer displaying HTML messages |
| | | $rcmail_config['prefer_html'] = TRUE; |
| | | |
| | | // display images in mail from known senders |
| | | $rcmail_config['addrbook_show_images'] = FALSE; |
| | | // display remote inline images |
| | | // 0 - Never, always ask |
| | | // 1 - Ask if sender is not in address book |
| | | // 2 - Always show inline images |
| | | $rcmail_config['show_images'] = 0; |
| | | |
| | | // compose html formatted messages by default |
| | | $rcmail_config['htmleditor'] = FALSE; |