Aleksander Machniak
|
aad269c2f8
|
Fix PHP warning when handling shared namespace with empty prefix (#5420)
|
2016-08-31 16:11:57 +02:00 |
|
Aleksander Machniak
|
d0bb0a9c9d
|
Fix subscription checkbox state on error in folder subscribe/unsubscribe action (#5243)
|
2016-06-08 19:27:03 +02:00 |
|
Aleksander Machniak
|
ff735fb3a5
|
Protect INBOX folder even if protected_default_folders=false
|
2016-05-28 10:00:25 +02:00 |
|
Aleksander Machniak
|
0c8794c94f
|
Use in_array_nocase() also for \\Noselect flag check (#1490466)
|
2015-07-29 20:42:07 +02:00 |
|
Aleksander Machniak
|
a958748947
|
CS fixes
|
2015-06-07 15:26:33 +02:00 |
|
Aleksander Machniak
|
9ad0fc489f
|
Fix javascript error after creating a folder which is a subfolder of another one (#1490297)
|
2015-03-02 13:51:51 +01:00 |
|
Aleksander Machniak
|
07a641c79f
|
Code cleanup - unused variables
|
2014-11-16 14:39:51 +01:00 |
|
Aleksander Machniak
|
e9ecd49f74
|
Added namespace filter in Folder Manager
|
2014-08-11 13:11:10 +02:00 |
|
Aleksander Machniak
|
ef5a1c66aa
|
Fix bug where last folder on the list wasn't displayed in folder manager
|
2014-08-03 15:55:43 +02:00 |
|
Aleksander Machniak
|
3cb61e7528
|
Collapsible (and iconized) folders tree in folder manager (#1489648)
|
2014-07-16 11:08:11 +02:00 |
|
Aleksander Machniak
|
c6447e2ce2
|
Use treelist widget for folders list in Settings/Folders (#1489648)
|
2014-07-02 13:03:22 +02:00 |
|
Aleksander Machniak
|
b8bcca7033
|
Display quota information for current folder not INBOX only (#1487993)
|
2014-06-30 12:26:15 +02:00 |
|
Aleksander Machniak
|
cd01dc027b
|
Add option to set default message list mode - default_list_mode (#1487312)
|
2014-06-21 15:41:40 +02:00 |
|
Aleksander Machniak
|
dc0b500e78
|
Removed redundant default_folders config option (#1489737)
Implemented IMAP SPECIAL-USE extension support [RFC6154] (#1487830)
|
2014-04-01 19:27:07 +02:00 |
|
Aleksander Machniak
|
d575e46067
|
CS fixes
|
2013-12-31 16:57:58 +01:00 |
|
Aleksander Machniak
|
f5d2eef55c
|
More CS fixes, replace global $CONFIG usage with $RCMAIL->config->get()
|
2013-12-31 13:58:29 +01:00 |
|
Aleksander Machniak
|
6b2b2eca5f
|
Remove deprecated functions (these listed in bc.php file) usage
|
2013-12-22 14:12:15 +01:00 |
|
Aleksander Machniak
|
96247867f2
|
Fix operations on folders with trailing spaces in name (#1489419)
|
2013-11-07 15:00:54 +01:00 |
|
Aleksander Machniak
|
98184938bf
|
Fix display issue after moving folder in Folder Manager (#1489293)
|
2013-08-24 19:05:13 +02:00 |
|
Aleksander Machniak
|
6dd22a5e20
|
Fix parse error from last commit
|
2013-07-10 08:03:44 +02:00 |
|
Aleksander Machniak
|
e89d8f1fec
|
Performance fix: Do not ask for folder attributes if we know that folder do not exists
|
2013-07-09 18:45:38 +02:00 |
|
Aleksander Machniak
|
3725cfb245
|
Avoid uninitialized/unused variables
|
2013-05-07 15:12:22 +02:00 |
|
Thomas Bruederli
|
28de391182
|
Recursively resolve paths of iframe contents; unify contentframe registration and reduce code-duplication
|
2012-11-06 13:21:04 +01:00 |
|
Aleksander Machniak
|
ab08544520
|
Enable subscription option for already subscribed "virtual" folders,
small code improvements
|
2012-10-01 10:44:27 +02:00 |
|
Aleksander Machniak
|
1e9aa25609
|
Fix error where session wasn't updated after folder rename/delete (#1488692)
|
2012-09-11 19:34:35 +02:00 |
|
Aleksander Machniak
|
46d0012e26
|
Fix quota capability detection so it can be overwritten by a plugin (#1488655)
|
2012-08-29 08:32:06 +02:00 |
|
Aleksander Machniak
|
9cb76ad3c2
|
Fix so subscribed non-existing/non-accessible shared folder can be unsubscribed
|
2012-08-21 11:22:23 +02:00 |
|
Aleksander Machniak
|
fe2f0be435
|
Fix possible PHP warning, read default_folders using config->get()
to support deprecated option name (default_imap_folders)
|
2012-08-21 10:50:14 +02:00 |
|
Aleksander Machniak
|
cfc27c9b76
|
Keep some resource files (images) in separate directory
|
2012-07-30 10:00:35 +02:00 |
|
Aleksander Machniak
|
041c93ce0b
|
Removed $Id$
|
2012-05-22 12:31:37 +02:00 |
|
alecpl
|
18a3dcaf56
|
- Fix issue with folder creation under INBOX. namespace (#1488349)
|
2012-02-13 14:26:46 +00:00 |
|
alecpl
|
ce4c610311
|
- Fix warning when default_folders setting is not an array
|
2012-01-19 07:17:06 +00:00 |
|
thomascube
|
7fe3811c65
|
Changed license to GNU GPLv3+ with exceptions for skins and plugins
|
2012-01-18 11:10:46 +00:00 |
|
thomascube
|
c321a955a7
|
Merged devel-framework branch (r5746:5779) back into trunk
|
2012-01-16 15:14:41 +00:00 |
|
alecpl
|
34c2e34671
|
- Fix "PHP Warning: Invalid argument supplied for foreach()" (#1488264)
|
2011-12-19 10:23:09 +00:00 |
|
alecpl
|
b6da0b76af
|
- Remove deprecated global $IMAP variable usage (#1488148)
|
2011-12-07 10:41:15 +00:00 |
|
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
|
2011-11-08 11:22:14 +00:00 |
|
alecpl
|
8881766a9f
|
- Improved performance by skipping folders list sorting when it's not needed in folder manager
|
2011-10-05 11:35:19 +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
|
210438a6be
|
- Unsubscribe from non-existing folders automaticly on folders listing
|
2011-07-26 13:22:11 +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
|
67975b99ef
|
- Improved namespace roots handling in folder manager
|
2011-06-17 08:03:07 +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
|
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
|
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 |
|