Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-08-08 | Correct imap_timeout and smtp_timeout description, so 0 doesn't mean | Aleksander Machniak | |
no limit, but default_socket_timeout use (#1489247) | |||
2013-07-12 | Fix config defaults | Thomas Bruederli | |
2013-07-10 | Merged configuration refactoring from 'dev_config' branch back into master ↵ | Thomas Bruederli | |
(#1487311) | |||
2013-07-08 | Update changelog | Aleksander Machniak | |
2013-07-02 | Make possible to disable some (broken) IMAP extensions with ↵ | Aleksander Machniak | |
imap_disable_caps option (#1489184) Add some notes in INSTALL about broken ESEARCH in uw-imap. | |||
2013-06-28 | Improve update.sh script; fix bad wording | Thomas Bruederli | |
2013-06-28 | Prepare config migration: | Thomas Bruederli | |
- Show warning in installer and hints how to migrate - Let update.sh create the new config file if legacy config is detected - Provide a sample config file for manual configuration - Define a list of options which always should be written to local config | |||
2013-06-26 | Describe group filter's name_attr in sample config; defaults to 'cn' if not ↵ | Thomas Bruederli | |
specified | |||
2013-06-19 | Merge branch 'master' of github.com:roundcube/roundcubemail | Aleksander Machniak | |
2013-06-19 | Add note about possible connection errors when using ssl with smtp_timeout>0 ↵ | Aleksander Machniak | |
(#1489187) | |||
2013-06-18 | Unify LDAP debug messages | Aleksander Machniak | |
2013-06-18 | Merge branch 'dev-advanced-ldap-groups': | Thomas Bruederli | |
- Refactoring: separated address book implementation from generic LDAP wrapper class - Auto-detect and use VLV indices for all search operations - Additional group configuration options for LDAP address books - Allow address books to display a multi-level group hierarchy in the contacts list | |||
2013-06-14 | Add defaults.inc.php file (missed in last commmit because of .gitignore) | Aleksander Machniak | |
2013-06-14 | Merge config files (#1487311). | Aleksander Machniak | |
Now we have defaults.inc.php and config.inc.php. Renamed $rcmail_config to $config. Old naming and old files are supported for backward compatibility. | |||
2013-06-11 | Improvements to PR merge "add option show_real_foldernames" | Aleksander Machniak | |
2013-06-11 | Merge pull request #77 from dpc22/realnames | Aleksander Machniak | |
Add show_real_foldernames preference and configuration option. | |||
2013-06-06 | Add imap_cache_ttl option to configure TTL of imap_cache | Aleksander Machniak | |
2013-06-06 | Rename message_cache_lifetime to messages_cache_ttl option for naming ↵ | Aleksander Machniak | |
consistency | |||
2013-06-06 | Make LDAP cache engine configurable via ldap_cache and ldap_cache_ttl options | Aleksander Machniak | |
2013-06-05 | Add option to use PHP's native session save handlers | Thomas Bruederli | |
2013-05-31 | Added user preference to open all popups as standard windows | Aleksander Machniak | |
2013-05-29 | Change show_actual_foldernames to be show_real_foldernames. | David Carter | |
Change requested by alec@alec.pl. | |||
2013-05-29 | Add show_actual_foldernames preference and configuration option. | David Carter | |
When enabled this setting shows actual folder names rather than the localised verions for the four default folders: $rcmail_config['default_folders'] = array('INBOX', 'Drafts', 'sent-mail', 'spam', 'Trash'); | |||
2013-05-23 | Fix invalid option selected in default_font selector when font is unset ↵ | Aleksander Machniak | |
(#1489112) | |||
2013-05-20 | Improve some options description | Aleksander Machniak | |
2013-05-01 | Add option to display email address together with a name in mail preview ↵ | Aleksander Machniak | |
(#1488732) | |||
2013-04-27 | Add db_prefix configuration option in place of db_table_*/db_sequence_* options | Aleksander Machniak | |
Make possible to use db_prefix for schema initialization in Installer (#1489067) Fix updatedb.sh script so it recognizes also table prefix for external DDL files | |||
2013-03-26 | Remove sig_above configuration option, use reply_mode only (#1489001) | Aleksander Machniak | |
2013-02-13 | Describe new options for LDAP address books | Thomas Bruederli | |
2013-02-07 | Describe the new option 'group_filters' in the sample config block | Thomas Bruederli | |
2013-02-01 | Allow to list contact groups in (paged) list (yet incomplete) | Thomas Bruederli | |
2013-01-23 | Use LDAP fallback hosts on connect + bind because with OpenLDAP 2.x ↵ | Thomas Bruederli | |
ldap_connect() always succeeds but ldap_bind() will fail if host isn't reachable. Add option for LDAP bind timeout (sets LDAP_OPT_NETWORK_TIMEOUT on PHP > 5.3.0) | |||
2013-01-16 | Add and use db_table_system config option | Aleksander Machniak | |
2013-01-02 | Add option to use envelope From address for MDN responses (#1488880) | Aleksander Machniak | |
2012-12-21 | Add warning in default_host description, so after change update of users ↵ | Aleksander Machniak | |
table is needed (#1486386) | |||
2012-12-08 | Better explanation of the new mime_types config option | Thomas Bruederli | |
2012-11-28 | Merge pull request #49 from linagora/master | Aleksander Machniak | |
Add new identity level: one identity with edit only signature | |||
2012-11-27 | Clarify mime_magic config option; add new function to map mimetypes and ↵ | Thomas Bruederli | |
filename extensions | |||
2012-11-26 | Add new identity level: one identity with edit only signature | jeremie kornobis | |
2012-11-25 | Remove unused db_max_length config | Aleksander Machniak | |
2012-11-15 | Merge branch 'keep-alive' | Aleksander Machniak | |
Conflicts: CHANGELOG | |||
2012-11-12 | Renamed config options: keep_alive to refresh_interval, min_keep_alive to ↵ | Aleksander Machniak | |
min_refresh_interval | |||
2012-11-10 | New feature: display attached images as thumbnails below message body | Thomas Bruederli | |
2012-11-10 | Clarify keep-alive setting, move it to User Interface section, change label | Aleksander Machniak | |
to "Refresh (check for new messages, etc.)", allow no-refresh mode. | |||
2012-11-09 | Add config options to automatically generate LDAP attributes for new entries | Thomas Bruederli | |
2012-10-27 | Merge branch 'dev-compose-newwindow' | Thomas Bruederli | |
2012-10-27 | Merge pull request #38 from dupondje/master | Thomas B. | |
Option to hide SQL addressbook | |||
2012-10-24 | Add option to disable saving sent mail in Sent folder - ↵ | Aleksander Machniak | |
no_save_sent_messages (#1488686) | |||
2012-10-23 | Give option to hide DB address book with addressbook plugin | Jean-Louis Dupond | |
2012-10-18 | Remove automatic to-lowercase conversion of usernames (#1488715) | Aleksander Machniak | |