summaryrefslogtreecommitdiff
path: root/config
AgeCommit message (Collapse)Author
2009-10-21Revert r3038 and allow to specify the port as value of force_httpsthomascube
2009-10-14- Added server-side e-mail address validation with 'email_dns_check' option ↵alecpl
(#1485857)
2009-10-13- Option 'force_https' replaced by 'force_https' pluginalecpl
- added option 'force_https_port' in 'force_https' plugin (#1486091)
2009-09-24- set enable_caching=false by defaultalecpl
2009-09-23- sorting by message index - added 'index_sort' option (#1485936)alecpl
2009-09-21- Added 'ldap_debug' option + small change to not rely on rcube_config ↵alecpl
inside rcube_ldap class
2009-09-12- added comments to set absolute path for SQLite DSN (#1486095)alecpl
2009-08-07Little config improvementsthomascube
2009-07-31- Added 'display_next' optionalecpl
2009-07-14- added 'smtp_debug' optionalecpl
2009-07-08- set mime_param_folding to '1' by defaultalecpl
2009-07-07- Added 'imap_debug' option, described 'sql_debug' option in config filealecpl
2009-07-07- Support strftime's format modifiers in date_* options (#1484806)alecpl
2009-07-07- Support %h variable in 'smtp_server' option (#1485766)alecpl
2009-07-02Add option to enforce https connectionsthomascube
2009-06-05- add 'Deleted' to search filteralecpl
2009-05-26- Support initial identity name from virtuser_query (#1484003)alecpl
2009-05-25- get rid of 'plugins_dir' option, plugins directory must be in Roundcube ↵alecpl
root (like skins)
2009-05-16- Added possibility to encrypt received header, option ↵alecpl
'http_received_header_encrypt', added some more logic in encrypt/decrypt functions for security
2009-05-01Applied patch for pspell language configuration (#1485822)thomascube
2009-04-23- Added log_date_format option (#1485709)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)
2009-04-14- Support STARTTLS in IMAP connection (#1485284)alecpl
2009-03-09Make ldap config template easier to uncommentthomascube
2009-02-27Add mimetype for .rar files according to a comment in #1485311thomascube
2009-02-27Fix mime-type detection using a hard-coded map (#1485311)thomascube
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-30Merge ldap_public with autocomplete_addressbooks settings + fix config file ↵thomascube
creation
2008-12-24Allow empty strings for imap_root config parameter (was changed in r2143) to ↵thomascube
remain backward compatible but cache imap root and delimiter in session
2008-12-16Be more tolerant when splitting strings + remove col that we don't have a ↵thomascube
label for
2008-12-11- Performance: allow setting imap rootdir and delimiter before connect ↵alecpl
(#1485172)
2008-12-04- Added 'show_images' option, removed 'addrbook_show_images' (#1485597)alecpl
2008-11-28Option to check for new mails in all folders (#1484374)thomascube
2008-11-23Do serverside addressbook queries for autocompletion (#1485531) + make ↵thomascube
autocompletion list clickable
2008-11-23- Allow setting attachment col position in 'list_cols' optionalecpl
- Allow override 'list_cols' via skin (#1485577) - Fix: allow empty attribs in templates
2008-10-26- Added 'keep_alive' and 'min_keep_alive' options (#1485360)alecpl
2008-10-24- Added option 'identities_level', removed 'multiple_identities'alecpl
- Allow deleting identities when multiple_identities=false (#1485435)
2008-10-22* removed (probably stale) reference to config option, #1485415till
2008-10-22- Added option focus_on_new_message (#1485374)alecpl
2008-10-03- some option moved to user prefs sectionalecpl
2008-09-29- Added 'mime_param_folding' option with possibility to choosealecpl
long/non-ascii attachment names encoding eg. to be readable in MS Outlook/OE (#1485320) - Added "advanced options" feature in User Preferences
2008-09-21Update user agent string (#1485390)thomascube
2008-09-15Redesign of the identities settings + add config option to disable multiple ↵thomascube
identities
2008-09-15- Added 'sendmail_delay' option to restrict messages sending interval (#1484491)alecpl
2008-09-03Auto-detect client language and timezone if desired by config/prefsthomascube
2008-08-30#1485307: typos fixedalecpl
2008-08-28- Added option 'quota_zero_as_unlimited' (#1484604)alecpl
2008-08-27- added options to use syslog instead of log file (#1484850)alecpl
- added Logging & Debugging section in Installer - fixed config from $_POST for next installer steps saving - fixed and re-enabled debug_level setting in installer
2008-08-26- Removed support for PEAR::DB driveralecpl
2008-08-15Added pspell support patch by Kris Steinhoff (#1483960)thomascube