blob: eddd5aa52b993b802fb6b6ddc752b1df22c27bff (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
Type-aware folder management/listing for Kolab
Author: Aleksander Machniak <machniak@kolabsys.com>
1. About.
---------
The plugin extends folders handling with features of the Kolab Suite.
With this plugin enabled it is possible to:
- set/get/change folder's type
- filter folders list by folder type.
- style folders list rows (in folder manager)
- create default folders with specified type
http://www.kolab.org/doc/kolabformat-2.0-html
2. Examples.
------------
To get list of all folders of type 'event' use code:
$RCMAIL->imap->list_mailboxes('', '*', 'event');
Plugin provides also set_folder_type/get_folder_type methods.
|