summaryrefslogtreecommitdiff
path: root/program/steps/settings/manage_folders.inc
AgeCommit message (Collapse)Author
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)
2010-11-12- Fix handling of folders with "<>" characters in namealecpl
2010-11-12- Fix handling of folders with name "0" (#1487119)alecpl
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alecpl
instead of SELECT
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alecpl
as virtual, etc.)
2010-09-25- s/RoundCube/Roundcube/alecpl
2010-08-30- Show disabled checkboxes for protected folders instead of dots (#1485498)alecpl
2010-08-02- Don't add threads checkbox in virtual folder recordalecpl
2010-07-30- Unify hooks names, see rcube_plugin_api::deprecated_hooks for complete ↵alecpl
list (old names are supported without errors nor warnings)
2010-06-23- removed PHP closing tagalecpl
2010-04-23- fix IMAP errors on Settings/Folders (always call _id2uid() with mailbox set)alecpl
- performance: add option to not checking MAXUID in messagecount()
2010-03-19- hide threads related stuff if threads are not supportedalecpl
2010-03-17Merged devel-threads branch (r3066:3364) back into trunkthomascube
2010-02-21Use rcmail::imap_connect() to establish IMAP connections; always initialize ↵thomascube
rcube_imap object in mail steps
2009-05-20- Support UTF-7 encoding in messages (#1485832)alecpl
2009-04-19Merged branch devel-api (from r2208 to r2387) back into trunk (omitting some ↵thomascube
sample plugins)
2009-01-23- Fixed creation of folders with '&' sign in name (reverted r1357)alecpl
2009-01-17* bumping up copyright (happy new year ;-))till
2008-12-18#1485567: fix virtual folders namesalecpl
2008-12-09#1485439: style fixes for IE6,7alecpl
2008-10-15- Add feedback and set busy when moving folder (#1485497)alecpl
2008-10-09- don't set border=0 for images (use css for that)alecpl
2008-09-24#1485405: typoalecpl
2008-09-17- Display progress message for folders create/delete/rename operations ↵alecpl
(#1485357)
2008-09-12Insert virtual folders in subscription list (#1484779) + code cleanupthomascube
2008-05-30- Disallowed delimiter in folder name (#1484803)alecpl
2008-05-30- Support for subfolders in default/protected folders (#1484665)alecpl
2008-05-21-localized pagetitle in Settings and Address bookalecpl
-removed useless and not working code
2008-05-05- Fix management of folders with national characters in names (#1485036, ↵alecpl
#1485001)
2008-04-30Next step: introduce the application class 'rcmail' and get rid of some ↵thomascube
global vars
2008-04-16- last change fixalecpl
2008-04-16- fixed folders management after r1291alecpl
2008-04-12Changed codebase to PHP5 with autoloader + added some new classes from the ↵thomascube
devel-vnext branch
2008-04-02#1484681alecpl
2008-02-29Applied patch #1484812 for localizing folder namesthomascube
2008-02-12Show message count in folder list and hint when creating a subfolderthomascube
2008-02-02* fixed another instance of preg_quote() (thanks Sean N. Heukels)till
2008-02-02* fixed #1484738till
2007-10-19- Enable single-selection toggling in JS list objectsvncommit
- Use row id's instead of folder names in folder renaming/moving - Fix some smaller errors in folder renaming/moving
2007-10-15After renaming/moving a folder, rename/move the children as well.svncommit
2007-10-15When a parent folder is deleted, delete the children immediately, instead of ↵svncommit
one-by-one as r833 did.
2007-10-04Use object method to get imap hierarchy delimiterthomascube
2007-09-26Set default IMAP folder delimiter; make sure is not emptythomascube
2007-09-26Fix folder-management when delimiter is empty (re-closes #1457344).svncommit
2007-09-25Create new folder as child of selected folder.svncommit
2007-09-25Enable drag-/dropping of folders to a new parent folder, closes #1457344.svncommit
2007-08-10Some bugfixes, security issues + minor improvementsthomascube
2007-05-18Use HTTP-POST requests for actions that change application statethomascube
2007-04-28Merged branch devel-addressbook from r443 back to trunkthomascube
2007-02-21Fix folder deleting.svncommit