alecpl
66df084203
- Merge devel-spellcheck branch:
...
- Added spellchecker exceptions dictionary (shared or per-user)
- Added possibility to ignore words containing caps, numbers, symbols (spellcheck_ignore_* options)
2011-09-06 13:39:45 +00:00
alecpl
13d45dfbda
- Localize forwarded message header ( #1488058 )
...
- pl_PL update
- Fix label: databaserror -> dberror
2011-08-28 09:47:15 +00:00
thomascube
da71783bc9
Move timezone computation to rcube_config; don't override SESSION['timezone'] when saving prefs
2011-08-25 20:09:36 +00:00
alecpl
dd6a47c24a
- Fix parent folder ACL checking in some cases
2011-08-19 08:07:05 +00:00
alecpl
72fa193335
- Disable subscription on virtual shared folders
2011-08-18 12:32:35 +00:00
alecpl
189a0ae4dc
- Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI
2011-08-18 09:30:28 +00:00
alecpl
85e7a3d4a3
- Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023)
2011-08-04 10:59:50 +00:00
alecpl
c6c99c89e6
- Add ACL check on parent folder
2011-08-04 09:01:36 +00:00
alecpl
363514e30b
- Move rcmail_localize_folderpath() to main.inc
2011-08-01 08:15:22 +00:00
alecpl
1cd36267a1
- Improved detection of folder rename possibility and its handling
2011-08-01 07:58:30 +00:00
alecpl
f9e2858ae1
- Exclude edited folder from parent selector
2011-07-29 11:54:50 +00:00
alecpl
e86b4f4246
- Fix: folder selector doesn't list unsubscribed folders, followup to r4942
2011-07-28 13:28:21 +00:00
alecpl
210438a6be
- Unsubscribe from non-existing folders automaticly on folders listing
2011-07-26 13:22:11 +00:00
alecpl
c9cfd6d4bf
- Improved parent folder selector
2011-07-20 09:51:31 +00:00
thomascube
71cc6bf630
Add drop-target for root folder; fix row insertion when moving to a protected folder
2011-07-19 19:26:55 +00:00
alecpl
19869073e3
- Plugin API: added folder_delete and folder_rename hooks
2011-07-10 18:11:25 +00:00
alecpl
9220169bf1
- Fix handling of other users namespace roots
2011-07-06 07:50:34 +00:00
alecpl
f6eb1e29df
- Fix creating/renaming folders with accented characters ( #1487974 )
2011-06-28 16:43:18 +00:00
alecpl
25e6a0f110
- Add rcube_imap::mailbox_info()
2011-06-23 17:43:44 +00:00
alecpl
67975b99ef
- Improved namespace roots handling in folder manager
2011-06-17 08:03:07 +00:00
alecpl
1a034323fc
- Add possibility to return subscription status and css class name for folder row from "folder_save" hook
...
- Fix folder preview frame state after folder creation
2011-06-15 13:21:49 +00:00
alecpl
5f2d1588dd
- Add 'foldername' attribute to folders table rows, so plugin writers would be able to iterate over the table rows and find wanted folders (folders_list hook)
2011-06-15 11:46:50 +00:00
alecpl
2d5beeaf06
- Don't call rcube_idn_to_ascii() on empty data
2011-06-02 12:26:59 +00:00
alecpl
1d5779b257
- Add option to force spellchecking before sending a message ( #1485458 )
2011-05-30 16:19:51 +00:00
alecpl
d9641b0874
- Allow setting special folder with "<" character
2011-05-27 13:13:32 +00:00
alecpl
516467080b
- Fix handling of "<" character in contact data, search fields and folder names, identity name and organization fields ( #1487864 )
2011-05-27 13:01:05 +00:00
alecpl
d734481983
- Added option to specify to which address book add new contacts
2011-05-27 11:22:56 +00:00
alecpl
ccc059fd70
- Re-designed cache, fixes memcache/apc issues
2011-05-20 13:48:45 +00:00
alecpl
254d5ef32b
- Improve performence of folder manager operations by moving subscriptions 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-20 10:38:44 +00:00
alecpl
4bb7d27b54
- Removed focus_on_new_message option, added newmail_notify plugin
2011-05-19 09:54:09 +00:00
alecpl
ac3ad69e94
- Fix possible ambiguity in folders caching (when list_mailboxes() was called the same result was returned, no matter what was the 1st and 2nd argument)
2011-05-09 08:32:13 +00:00
alecpl
0d277ef01b
- Plugin API: Add name and parent_name arguments to folder_form hook
2011-05-06 10:07:25 +00:00
alecpl
d08333ea57
- Fix problems with subfolders of INBOX folder on some IMAP servers ( #1487725 )
...
- Fix handling of folders that doesn't belong to any namespace (#1487637 )
2011-05-05 12:46:54 +00:00
thomascube
bbb1427caa
Gracefully shrug on database errors
2011-04-19 20:41:24 +00:00
alecpl
dae34b5c3f
- Support 'abort' and 'result' response in 'preferences_save' hook, add error handling
2011-04-11 11:12:00 +00:00
alecpl
bbce3edd61
- Add simple ACL rights/namespace handling in folder manager (display folder's namespace, modify edit form fields according to MYRIGHTS)
2011-02-28 17:59:13 +00:00
alecpl
d80bd153a4
- Fix email_dns_check setting not used for identities/contacts ( #1487740 )
2011-02-04 13:44:47 +00:00
alecpl
e8d5bdc84e
- Fix IDNA support when IDN/INTL modules are in use ( #1487742 )
2011-02-03 13:58:07 +00:00
alecpl
b373fd4b3d
- Fix setting timezone in Preferences ( #1487705 )
2011-01-19 13:43:56 +00:00
alecpl
e81a30752b
- Fix impossible to subscribe to protected folders ( #1487656 )
2011-01-17 18:26:24 +00:00
alecpl
68d2d54100
- Move action files map from index.php to steps' func.inc files
2011-01-16 19:42:40 +00:00
thomascube
f5e7b35307
Bumbed version; Roundcube development is not Switzerland only
2011-01-12 18:25:02 +00:00
alecpl
600bb156f7
- Use improved get_capability() syntax, saves CAPABILITY call in some cases
2011-01-04 11:16:54 +00:00
alecpl
77437e70f9
- Fix typo
2011-01-04 10:38:18 +00:00
alecpl
591dd80d22
- Fix Fatal error: Call to a member function get_capability()...
2010-12-18 16:42:38 +00:00
alecpl
3ee5a7200a
- Improved Mail-Reply-To and Mail-Followup-To headers handling
2010-12-09 19:10:44 +00:00
alecpl
90f81a6c8d
- Better support for READ-ONLY and NOPERM responses handling ( #1487083 )
...
- Add confirmation message on purge/expunge commands response
- Fix CLOSE was called on unselected mailbox
2010-12-08 12:52:04 +00:00
alecpl
0e11940a65
- Improve performance of folder rename and delete actions. Don't get list of all folders when we need only children of the specified folder.
2010-12-06 14:06:44 +00:00
alecpl
af3c045ecf
- New Folder Manager UI
...
- 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-12-03 10:58:40 +00:00
alecpl
b72e2f9a17
- Fix handling of folders with "<>" characters in name
2010-11-12 13:05:18 +00:00