Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-06-06 | The following: | David Carter | |
program/steps/mail/compose.inc :: rcmail_store_target_selection() program/steps/settings/edit_folder.inc :: rcmail_folder_form() both try to localise mailbox names. Push the logic down into the folder_selector() method which can use: $this->config->get('show_real_foldernames') to decide the correct default behaviour. Clients functions and methods can still override by adding 'realnames' named parameter to the folder_selector() call. The obvious example is the Settings -> Preferences -> Special Folders screen. | |||
2014-06-03 | Apply accessibility improvements to the settings section | Thomas Bruederli | |
2014-03-22 | Make sure parent folder selector always contains parent folder | Aleksander Machniak | |
of current folder, even if it does not exist | |||
2013-12-31 | CS fixes | Aleksander Machniak | |
2013-12-22 | Remove deprecated functions (these listed in bc.php file) usage | Aleksander Machniak | |
2013-11-07 | Fix operations on folders with trailing spaces in name (#1489419) | Aleksander Machniak | |
2013-08-26 | folder admin: omit fieldset if there is only one section | PhilW | |
2013-04-13 | Fix display of HTML entities in protected folder name (#1489042) | Aleksander Machniak | |
2012-05-22 | Removed $Id$ | Aleksander Machniak | |
2012-02-13 | - Fix issue with folder creation under INBOX. namespace (#1488349) | alecpl | |
2012-01-18 | Changed license to GNU GPLv3+ with exceptions for skins and plugins | thomascube | |
2012-01-16 | Merged devel-framework branch (r5746:5779) back into trunk | thomascube | |
2011-12-14 | Pass attributes from skin to form table | thomascube | |
2011-11-08 | - Fix so folders with \Noinferiors attribute aren't listed in parent selector | alecpl | |
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option | |||
2011-10-04 | - Fix issue where it wasn't possible to change list view mode in folder ↵ | alecpl | |
manager for INBOX (#1488107), also show messages count and size in such case | |||
2011-08-04 | - Add ACL check on parent folder | alecpl | |
2011-08-01 | - Move rcmail_localize_folderpath() to main.inc | alecpl | |
2011-08-01 | - Improved detection of folder rename possibility and its handling | alecpl | |
2011-07-29 | - Exclude edited folder from parent selector | alecpl | |
2011-07-28 | - Fix: folder selector doesn't list unsubscribed folders, followup to r4942 | alecpl | |
2011-07-20 | - Improved parent folder selector | alecpl | |
2011-07-06 | - Fix handling of other users namespace roots | alecpl | |
2011-06-17 | - Improved namespace roots handling in folder manager | alecpl | |
2011-05-20 | - Improve performence of folder manager operations by moving subscriptions ↵ | alecpl | |
table operations (like adding/updateing/moving folders) into client-side - no need to invoke LIST, do sorting in browser - This change should also handle better situations when working with replicated IMAP backend (e.g.Cyrus Murder) | |||
2011-05-06 | - Plugin API: Add name and parent_name arguments to folder_form hook | alecpl | |
2011-05-05 | - Fix problems with subfolders of INBOX folder on some IMAP servers ↵ | alecpl | |
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) | |||
2011-02-28 | - Add simple ACL rights/namespace handling in folder manager (display ↵ | alecpl | |
folder's namespace, modify edit form fields according to MYRIGHTS) | |||
2011-01-12 | Bumbed version; Roundcube development is not Switzerland only | thomascube | |
2011-01-04 | - Use improved get_capability() syntax, saves CAPABILITY call in some cases | alecpl | |
2011-01-04 | - Fix typo | alecpl | |
2010-12-18 | - Fix Fatal error: Call to a member function get_capability()... | alecpl | |
2010-12-03 | - New Folder Manager UI | alecpl | |
- Fix invalid Request when creating a folder (#1487443) - Add folder size and quota indicator in folder manager (#1485780) - Add possibility to move a subfolder into root folder (#1486791) |