Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
number format
|
|
|
|
|
|
|
|
mailboxes
|
|
|
|
|
|
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
|
|
|
|
of current folder, even if it does not exist
|
|
various user properties there
|
|
|
|
|
|
|
|
|
|
|
|
|
|
(#1484086)
|
|
|
|
behavioral improvements and encrytion are still to be added
|
|
Conflicts (resolved):
skins/classic/includes/settingstabs.html
skins/larry/includes/settingstabs.html
|
|
|
|
(#1489264)
|
|
add plugin hook for updating user prefs: 'preferences_update'
|
|
|
|
|
|
|
|
|
|
selected (#1489296)
|
|
(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.
|
|
|
|
|
|
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
|