Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1484086)
|
|
|
|
behavioral improvements and encrytion are still to be added
|
|
|
|
classic skin.
|
|
Conflicts (resolved):
skins/classic/includes/settingstabs.html
skins/larry/includes/settingstabs.html
|
|
|
|
register themselves there using the 'settings_actions' hook
|
|
|
|
allow different logos for different functions (eg. normal and print)
|
|
|
|
(#1489264)
|
|
add plugin hook for updating user prefs: 'preferences_update'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
selected (#1489296)
|
|
added required Attribute to Login fields
|
|
(non-default) filename in URLs throughout the webmail app
|
|
|
|
detected
|
|
|
|
- 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
|
|
Improve performance by executing session gc on script shutdown, also call session_write_close() ASAP
|
|
|
|
|
|
Add show_real_foldernames preference and configuration option.
|
|
|
|
|
|
gc-related cleanups in one place, added posibility to run gc in
environments without session
|
|
|
|
|
|
Change requested by alec@alec.pl.
|
|
|
|
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');
|
|
|
|
|
|
different html structures (e.g. table, ul, div). This show provide more flexibility to skin designers and improve mobile device support
|