summaryrefslogtreecommitdiff
path: root/program/steps/settings/folders.inc
AgeCommit message (Collapse)Author
2014-08-05 c'est la merde..workingHugues Hiegel
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 ↵Aleksander Machniak
not exists
2013-05-07Avoid uninitialized/unused variablesAleksander Machniak
2012-11-06Recursively resolve paths of iframe contents; unify contentframe ↵Thomas Bruederli
registration and reduce code-duplication
2012-10-01Enable subscription option for already subscribed "virtual" folders,Aleksander Machniak
small code improvements
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
to support deprecated option name (default_imap_folders)
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
- Add LIST result and folder attributes cache - rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
2011-10-05- Improved performance by skipping folders list sorting when it's not needed ↵alecpl
in folder manager
2011-08-18- Disable subscription on virtual shared foldersalecpl
2011-08-18- Unsubscribe from non-existing folders always (on listing), not only in ↵alecpl
Settings/Folders UI
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ↵alecpl
than a dot (loast part of r5023)
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 ↵thomascube
protected folder
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 ↵alecpl
be able to iterate over the table rows and find wanted folders (folders_list hook)
2011-05-20- Re-designed cache, fixes memcache/apc issuesalecpl
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-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alecpl
called the same result was returned, no matter what was the 1st and 2nd argument)
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-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
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ↵alecpl
all folders when we need only children of the specified folder.
2010-12-03- New Folder Manager UIalecpl
- 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)