Aleksander Machniak
|
07a641c79f
|
Code cleanup - unused variables
|
10 years ago |
Aleksander Machniak
|
e9ecd49f74
|
Added namespace filter in Folder Manager
|
10 years ago |
Aleksander Machniak
|
ef5a1c66aa
|
Fix bug where last folder on the list wasn't displayed in folder manager
|
10 years ago |
Aleksander Machniak
|
3cb61e7528
|
Collapsible (and iconized) folders tree in folder manager (#1489648)
|
10 years ago |
Aleksander Machniak
|
c6447e2ce2
|
Use treelist widget for folders list in Settings/Folders (#1489648)
|
11 years ago |
Aleksander Machniak
|
b8bcca7033
|
Display quota information for current folder not INBOX only (#1487993)
|
11 years ago |
Aleksander Machniak
|
cd01dc027b
|
Add option to set default message list mode - default_list_mode (#1487312)
|
11 years ago |
Aleksander Machniak
|
dc0b500e78
|
Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
|
11 years ago |
Aleksander Machniak
|
d575e46067
|
CS fixes
|
11 years ago |
Aleksander Machniak
|
f5d2eef55c
|
More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()
|
11 years ago |
Aleksander Machniak
|
6b2b2eca5f
|
Remove deprecated functions (these listed in bc.php file) usage
|
11 years ago |
Aleksander Machniak
|
96247867f2
|
Fix operations on folders with trailing spaces in name (#1489419)
|
11 years ago |
Aleksander Machniak
|
98184938bf
|
Fix display issue after moving folder in Folder Manager (#1489293)
|
11 years ago |
Aleksander Machniak
|
6dd22a5e20
|
Fix parse error from last commit
|
12 years ago |
Aleksander Machniak
|
e89d8f1fec
|
Performance fix: Do not ask for folder attributes if we know that folder do not exists
|
12 years ago |
Aleksander Machniak
|
3725cfb245
|
Avoid uninitialized/unused variables
|
12 years ago |
Thomas Bruederli
|
28de391182
|
Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication
|
12 years ago |
Aleksander Machniak
|
ab08544520
|
Enable subscription option for already subscribed "virtual" folders,
small code improvements
|
12 years ago |
Aleksander Machniak
|
1e9aa25609
|
Fix error where session wasn't updated after folder rename/delete (#1488692)
|
12 years ago |
Aleksander Machniak
|
46d0012e26
|
Fix quota capability detection so it can be overwritten by a plugin (#1488655)
|
12 years ago |
Aleksander Machniak
|
9cb76ad3c2
|
Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed
|
12 years ago |
Aleksander Machniak
|
fe2f0be435
|
Fix possible PHP warning, read default_folders using config->get()
to support deprecated option name (default_imap_folders)
|
12 years ago |
Aleksander Machniak
|
cfc27c9b76
|
Keep some resource files (images) in separate directory
|
12 years ago |
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
13 years ago |
alecpl
|
18a3dcaf56
|
- Fix issue with folder creation under INBOX. namespace (#1488349)
|
13 years ago |
alecpl
|
ce4c610311
|
- Fix warning when default_folders setting is not an array
|
13 years ago |
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
13 years ago |
thomascube
|
c321a955a7
|
Merged devel-framework branch (r5746:5779) back into trunk
|
13 years ago |
alecpl
|
34c2e34671
|
- Fix "PHP Warning: Invalid argument supplied for foreach()" (#1488264)
|
13 years ago |
alecpl
|
b6da0b76af
|
- Remove deprecated global $IMAP variable usage (#1488148)
|
13 years ago |
alecpl
|
aa07b22906
|
- Fix so folders with \Noinferiors attribute aren't listed in parent selector
- Add LIST result and folder attributes cache
- rcmail_render_folder_tree_select(): fix 'exceptions' parameter, add 'skip_noinferiors' option
|
13 years ago |
alecpl
|
8881766a9f
|
- Improved performance by skipping folders list sorting when it's not needed in folder manager
|
13 years ago |
alecpl
|
72fa193335
|
- Disable subscription on virtual shared folders
|
13 years ago |
alecpl
|
189a0ae4dc
|
- Unsubscribe from non-existing folders always (on listing), not only in Settings/Folders UI
|
13 years ago |
alecpl
|
85e7a3d4a3
|
- Fix moving folder to root, it wasn't working with IMAP delimiter different than a dot (loast part of r5023)
|
13 years ago |
alecpl
|
210438a6be
|
- Unsubscribe from non-existing folders automaticly on folders listing
|
13 years ago |
thomascube
|
71cc6bf630
|
Add drop-target for root folder; fix row insertion when moving to a protected folder
|
14 years ago |
alecpl
|
19869073e3
|
- Plugin API: added folder_delete and folder_rename hooks
|
14 years ago |
alecpl
|
9220169bf1
|
- Fix handling of other users namespace roots
|
14 years ago |
alecpl
|
67975b99ef
|
- Improved namespace roots handling in folder manager
|
14 years ago |
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)
|
14 years ago |
alecpl
|
ccc059fd70
|
- Re-designed cache, fixes memcache/apc issues
|
14 years ago |
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)
|
14 years ago |
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)
|
14 years ago |
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)
|
14 years ago |
thomascube
|
bbb1427caa
|
Gracefully shrug on database errors
|
14 years ago |
alecpl
|
e81a30752b
|
- Fix impossible to subscribe to protected folders (#1487656)
|
14 years ago |
thomascube
|
f5e7b35307
|
Bumbed version; Roundcube development is not Switzerland only
|
14 years ago |
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
|
14 years ago |
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.
|
14 years ago |