summaryrefslogtreecommitdiff
path: root/plugins/archive/archive.php
AgeCommit message (Collapse)Author
2014-04-07Adapt archive and markasjunk plugins to work with multi-folder search resultsThomas Bruederli
2014-04-01Removed redundant default_folders config option (#1489737)Aleksander Machniak
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
2013-12-22Remove deprecated functions (these listed in bc.php file) usageAleksander Machniak
2013-10-30Fix list update after archive action on search resultAleksander Machniak
2013-10-30Update authors and version numbersAleksander Machniak
2013-10-30Fix archive action for all messages in a folder (#1489405)Aleksander Machniak
2013-10-30Fix archive button on messages page when using archive_type != '' (#1489404)Aleksander Machniak
2013-10-30Performance improvement - call IMAP LIST only onceAleksander Machniak
2013-10-30Make sure all folders in the path are created - ie. if archive folderAleksander Machniak
is configured as Archive/YYYY/MM, create both Archive/YYYY and Archive/YYYY/MM.
2013-06-12Use global show_real_foldername setting instead archive_localize_nameAleksander Machniak
2013-01-20Extend archive plugin with user-configurable options to move messages into ↵Thomas Bruederli
subfolders according to their date, sender or originating folder
2013-01-18Remove deprecated functions (from bc.php file) usage in pluginsAleksander Machniak
2012-11-26Option to disable localization of the archive folder nameThomas Bruederli
2012-03-31Move plugins repository into roundcubemail root folder; svn:externals are ↵thomascube
not defined anymore
2010-03-20moved pluginstill
2010-03-19- hide threads related prefs when threads are not supported by IMAP serveralecpl
- performance: don't load folders list when we don't need it
2010-02-06- Fix setting task name according to auth state. So, any action before useralecpl
is authenticated is assigned to 'login' task instead of 'mail'. Now binding plugins to 'login' task is possible and realy usefull. It's also possible to bind to all tasks excluding 'login'.
2010-02-05- don't load some stuff before login (#1486475)alecpl
2009-10-28Add fallback to default skin if the selected one is not available in plugin ↵thomascube
directory
2009-09-23- Prevent from setting INBOX as any of special folders (#1486114)alecpl
2009-09-15- Support skins in 'archive' and 'markasjunk' pluginsalecpl
2009-09-01- fix archive folder localization if subfolder is set (#1486075)alecpl
2009-08-28Only save prefs when in the right sectionthomascube
2009-08-27Added archive pluginthomascube