roundcubemail-plugins-kolab/plugins/kolab_folders/README
Aleksander Machniak (Kolab Systems) ea20b03cf3 Add css classes to folders table rows. E.g. "type-default type-event"
Don't subscribe to non-mail folders on folder creation
2011-06-15 15:28:13 +02:00

24 lines
598 B
Text

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)
http://www.kolab.org/doc/kolabformat-2.0-html
2. Examples.
------------
To get list of all folders of type 'events' use code:
$RCMAIL->imap->list_mailboxes('', '*', 'events');
Plugin provides also set_folder_type/get_folder_type methods.