summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings
AgeCommit message (Expand)Author
2011-08-04- Fix moving folder to root, it wasn't working with IMAP delimiter different ...alec
2011-08-04- Add ACL check on parent folderalec
2011-08-01- Move rcmail_localize_folderpath() to main.incalec
2011-08-01- Improved detection of folder rename possibility and its handlingalec
2011-07-29- Exclude edited folder from parent selectoralec
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alec
2011-07-26- Unsubscribe from non-existing folders automaticly on folders listingalec
2011-07-20- Improved parent folder selectoralec
2011-07-19Add drop-target for root folder; fix row insertion when moving to a protected...thomasb
2011-07-10- Plugin API: added folder_delete and folder_rename hooksalec
2011-07-06- Fix handling of other users namespace rootsalec
2011-06-28- Fix creating/renaming folders with accented characters (#1487974)alec
2011-06-23- Add rcube_imap::mailbox_info()alec
2011-06-17- Improved namespace roots handling in folder manageralec
2011-06-15- Add possibility to return subscription status and css class name for folder...alec
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would b...alec
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalec
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
2011-05-27- Allow setting special folder with "<" characteralec
2011-05-27- Fix handling of "<" character in contact data, search fields and folder nam...alec
2011-05-27- Added option to specify to which address book add new contactsalec
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
2011-05-20- Improve performence of folder manager operations by moving subscriptions ta...alec
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was called...alec
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers (#1487725...alec
2011-04-19Gracefully shrug on database errorsthomasb
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add error...alec
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display folder'...alec
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alec
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
2011-01-19- Fix setting timezone in Preferences (#1487705)alec
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alec
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalec
2011-01-04- Fix typoalec
2010-12-18- Fix Fatal error: Call to a member function get_capability()...alec
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalec
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alec
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ...alec
2010-12-03- New Folder Manager UIalec
2010-11-12- Fix handling of folders with "<>" characters in namealec
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
2010-11-04- Unify template files namingalec
2010-11-02- Add option to place replies in the folder of the message being replied to (...alec
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ins...alec
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders a...alec
2010-10-13- Fix duplicated e-mail field in identity form (#1487054)alec