roundcubemail-plugins-kolab/plugins/kolab_folders
2011-10-27 18:24:04 +02:00
..
localization Support folders of type 'configuration' 2011-10-04 13:19:46 +02:00
config.inc.php.dist Added options to create default folders 2011-10-27 18:24:04 +02:00
kolab_folders.js Improved mail.default and mail.inbox types handling 2011-07-07 19:39:34 +02:00
kolab_folders.php Added options to create default folders 2011-10-27 18:24:04 +02:00
LICENSE Changed license to AGPL 2011-10-27 10:20:46 +02:00
README Added options to create default folders 2011-10-27 18:24:04 +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)
 - 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.