summaryrefslogtreecommitdiff
path: root/roundcubemail/program/steps/settings
AgeCommit message (Collapse)Author
2011-07-28- Fix: folder selector doesn't list unsubscribed folders, followup to r4942alec
git-svn-id: https://svn.roundcube.net/trunk@4985 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-26- Unsubscribe from non-existing folders automaticly on folders listingalec
git-svn-id: https://svn.roundcube.net/trunk@4968 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-20- Improved parent folder selectoralec
git-svn-id: https://svn.roundcube.net/trunk@4942 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-19Add drop-target for root folder; fix row insertion when moving to a ↵thomasb
protected folder git-svn-id: https://svn.roundcube.net/trunk@4938 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-10- Plugin API: added folder_delete and folder_rename hooksalec
git-svn-id: https://svn.roundcube.net/trunk@4924 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-07-06- Fix handling of other users namespace rootsalec
git-svn-id: https://svn.roundcube.net/trunk@4911 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-28- Fix creating/renaming folders with accented characters (#1487974)alec
git-svn-id: https://svn.roundcube.net/trunk@4886 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-23- Add rcube_imap::mailbox_info()alec
git-svn-id: https://svn.roundcube.net/trunk@4875 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-17- Improved namespace roots handling in folder manageralec
git-svn-id: https://svn.roundcube.net/trunk@4860 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Add possibility to return subscription status and css class name for ↵alec
folder row from "folder_save" hook - Fix folder preview frame state after folder creation git-svn-id: https://svn.roundcube.net/trunk@4856 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-15- Add 'foldername' attribute to folders table rows, so plugin writers would ↵alec
be able to iterate over the table rows and find wanted folders (folders_list hook) git-svn-id: https://svn.roundcube.net/trunk@4855 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-06-02- Don't call rcube_idn_to_ascii() on empty dataalec
git-svn-id: https://svn.roundcube.net/trunk@4829 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-30- Add option to force spellchecking before sending a message (#1485458)alec
git-svn-id: https://svn.roundcube.net/trunk@4816 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Allow setting special folder with "<" characteralec
git-svn-id: https://svn.roundcube.net/trunk@4813 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Fix handling of "<" character in contact data, search fields and folder ↵alec
names, identity name and organization fields (#1487864) git-svn-id: https://svn.roundcube.net/trunk@4812 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-27- Added option to specify to which address book add new contactsalec
git-svn-id: https://svn.roundcube.net/trunk@4811 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Re-designed cache, fixes memcache/apc issuesalec
git-svn-id: https://svn.roundcube.net/trunk@4794 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-20- Improve performence of folder manager operations by moving subscriptions ↵alec
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) git-svn-id: https://svn.roundcube.net/trunk@4793 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-19- Removed focus_on_new_message option, added newmail_notify pluginalec
git-svn-id: https://svn.roundcube.net/trunk@4788 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-09- Fix possible ambiguity in folders caching (when list_mailboxes() was ↵alec
called the same result was returned, no matter what was the 1st and 2nd argument) git-svn-id: https://svn.roundcube.net/trunk@4743 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-06- Plugin API: Add name and parent_name arguments to folder_form hookalec
git-svn-id: https://svn.roundcube.net/trunk@4739 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-05-05- Fix problems with subfolders of INBOX folder on some IMAP servers ↵alec
(#1487725) - Fix handling of folders that doesn't belong to any namespace (#1487637) git-svn-id: https://svn.roundcube.net/trunk@4733 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-19Gracefully shrug on database errorsthomasb
git-svn-id: https://svn.roundcube.net/trunk@4668 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-04-11- Support 'abort' and 'result' response in 'preferences_save' hook, add ↵alec
error handling git-svn-id: https://svn.roundcube.net/trunk@4641 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-28- Add simple ACL rights/namespace handling in folder manager (display ↵alec
folder's namespace, modify edit form fields according to MYRIGHTS) git-svn-id: https://svn.roundcube.net/trunk@4581 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-04- Fix email_dns_check setting not used for identities/contacts (#1487740) alec
git-svn-id: https://svn.roundcube.net/trunk@4494 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-02-03- Fix IDNA support when IDN/INTL modules are in use (#1487742)alec
git-svn-id: https://svn.roundcube.net/trunk@4484 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-19- Fix setting timezone in Preferences (#1487705)alec
git-svn-id: https://svn.roundcube.net/trunk@4429 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-17- Fix impossible to subscribe to protected folders (#1487656)alec
git-svn-id: https://svn.roundcube.net/trunk@4422 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-16- Move action files map from index.php to steps' func.inc filesalec
git-svn-id: https://svn.roundcube.net/trunk@4419 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-12Bumbed version; Roundcube development is not Switzerland onlythomasb
git-svn-id: https://svn.roundcube.net/trunk@4410 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04- Use improved get_capability() syntax, saves CAPABILITY call in some casesalec
git-svn-id: https://svn.roundcube.net/trunk@4389 208e9e7b-5314-0410-a742-e7e81cd9613c
2011-01-04- Fix typoalec
git-svn-id: https://svn.roundcube.net/trunk@4387 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-18- Fix Fatal error: Call to a member function get_capability()...alec
git-svn-id: https://svn.roundcube.net/trunk@4352 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-09- Improved Mail-Reply-To and Mail-Followup-To headers handlingalec
git-svn-id: https://svn.roundcube.net/trunk@4328 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-08- Better support for READ-ONLY and NOPERM responses handling (#1487083)alec
- Add confirmation message on purge/expunge commands response - Fix CLOSE was called on unselected mailbox git-svn-id: https://svn.roundcube.net/trunk@4321 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-06- Improve performance of folder rename and delete actions. Don't get list of ↵alec
all folders when we need only children of the specified folder. git-svn-id: https://svn.roundcube.net/trunk@4310 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-12-03- New Folder Manager UIalec
- 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) git-svn-id: https://svn.roundcube.net/trunk@4304 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with "<>" characters in namealec
git-svn-id: https://svn.roundcube.net/trunk@4219 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-12- Fix handling of folders with name "0" (#1487119)alec
git-svn-id: https://svn.roundcube.net/trunk@4216 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-04- Unify template files namingalec
git-svn-id: https://svn.roundcube.net/trunk@4176 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-11-02- Add option to place replies in the folder of the message being replied to ↵alec
(#1485945) git-svn-id: https://svn.roundcube.net/trunk@4169 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-27- Improve performance of rcube_imap_generic::countMessages() using STATUS ↵alec
instead of SELECT git-svn-id: https://svn.roundcube.net/trunk@4143 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-25- Add basic IMAP LIST's \Noselect option support (mark unselectable folders ↵alec
as virtual, etc.) git-svn-id: https://svn.roundcube.net/trunk@4132 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-13- Fix duplicated e-mail field in identity form (#1487054)alec
git-svn-id: https://svn.roundcube.net/trunk@4085 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-07- Support SMTP Delivery Status Notifications - RFC3461 (#1486142)alec
git-svn-id: https://svn.roundcube.net/trunk@4059 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Make htmleditor option behaviour consistent, add option to use HTML on ↵alec
reply to HTML message (#1485840) git-svn-id: https://svn.roundcube.net/trunk@4054 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-10-06- Add mdn_request=4alec
git-svn-id: https://svn.roundcube.net/trunk@4045 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-30- Plugin API: improved 'abort' flag handling, added 'result' item in some ↵alec
hooks: group_*, contact_*, identity_* (#1486914) git-svn-id: https://svn.roundcube.net/trunk@4025 208e9e7b-5314-0410-a742-e7e81cd9613c
2010-09-29- Add option to "Return receipt" will be always checked (1486352)alec
git-svn-id: https://svn.roundcube.net/trunk@4012 208e9e7b-5314-0410-a742-e7e81cd9613c