summaryrefslogtreecommitdiff
path: root/program/steps/settings/folders.inc
AgeCommit message (Expand)Author
2015-03-02Fix javascript error after creating a folder which is a subfolder of another ...Aleksander Machniak
2014-11-16Code cleanup - unused variablesAleksander Machniak
2014-08-11Added namespace filter in Folder ManagerAleksander Machniak
2014-08-03Fix bug where last folder on the list wasn't displayed in folder managerAleksander Machniak
2014-07-16Collapsible (and iconized) folders tree in folder manager (#1489648)Aleksander Machniak
2014-07-02Use treelist widget for folders list in Settings/Folders (#1489648)Aleksander Machniak
2014-06-30Display quota information for current folder not INBOX only (#1487993)Aleksander Machniak
2014-06-21Add option to set default message list mode - default_list_mode (#1487312)Aleksander Machniak
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
2013-12-31CS fixesAleksander Machniak
2013-12-31More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()Aleksander Machniak
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-11-07Fix operations on folders with trailing spaces in name (#1489419)Aleksander Machniak
2013-08-24Fix display issue after moving folder in Folder Manager (#1489293)Aleksander Machniak
2013-07-10Fix parse error from last commitAleksander Machniak
2013-07-09Performance fix: Do not ask for folder attributes if we know that folder do n...Aleksander Machniak
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2012-11-06Recursively resolve paths of iframe contents; unify contentframe registration...Thomas Bruederli
2012-10-01Enable subscription option for already subscribed "virtual" folders,Aleksander Machniak
2012-09-11Fix error where session wasn't updated after folder rename/delete (#1488692)Aleksander Machniak
2012-08-29Fix quota capability detection so it can be overwritten by a plugin (#1488655)Aleksander Machniak
2012-08-21Fix so subscribed non-existing/non-accessible shared folder can be unsubscribedAleksander Machniak
2012-08-21Fix possible PHP warning, read default_folders using config->get()Aleksander Machniak
2012-07-30Keep some resource files (images) in separate directoryAleksander Machniak
2012-05-22Removed $Id$Aleksander Machniak
2012-02-13- Fix issue with folder creation under INBOX. namespace (#1488349)alecpl
2012-01-19- Fix warning when default_folders setting is not an arrayalecpl
2012-01-18Changed license to GNU GPLv3+ with exceptions for skins and pluginsthomascube
2012-01-16Merged devel-framework branch (r5746:5779) back into trunkthomascube
2011-12-19- Fix "PHP Warning: Invalid argument supplied for foreach()" (#1488264)alecpl
2011-12-07- Remove deprecated global $IMAP variable usage (#1488148)alecpl
2011-11-08- Fix so folders with \Noinferiors attribute aren't listed in parent selectoralecpl
2011-10-05- Improved performance by skipping folders list sorting when it's not needed ...alecpl
2011-08-18- Disable subscription on virtual shared foldersalecpl
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in Sett...alecpl
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ...alecpl
2011-07-26- Unsubscribe from non-existing folders automaticly on folders listingalecpl
2011-07-19Add drop-target for root folder; fix row insertion when moving to a protected...thomascube
2011-07-10- Plugin API: added folder_delete and folder_rename hooksalecpl
2011-07-06- Fix handling of other users namespace rootsalecpl
2011-06-17- Improved namespace roots handling in folder manageralecpl
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would b...alecpl
2011-05-20- Re-designed cache, fixes memcache/apc issuesalecpl
2011-05-20- Improve performence of folder manager operations by moving subscriptions ta...alecpl
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was called...alecpl
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alecpl
2011-04-19Gracefully shrug on database errorsthomascube
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alecpl
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomascube
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alecpl