roundcubemail-plugins-kolab/plugins/kolab_folders
2011-07-10 20:21:53 +02:00
..
localization There can be only one default folder of specified type 2011-07-07 15:50:50 +02:00
kolab_folders.js Improved mail.default and mail.inbox types handling 2011-07-07 19:39:34 +02:00
kolab_folders.php Clear Horde's folders cache on actions in Roundcube folder manager 2011-07-10 20:21:53 +02:00
README Add css classes to folders table rows. E.g. "type-default type-event" 2011-06-15 15:28:13 +02:00

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.