diff --git a/plugins/kolab_addressbook/kolab_addressbook.php b/plugins/kolab_addressbook/kolab_addressbook.php index 13cff3de..bb1a11a5 100644 --- a/plugins/kolab_addressbook/kolab_addressbook.php +++ b/plugins/kolab_addressbook/kolab_addressbook.php @@ -1,12 +1,13 @@ * @author Aleksander Machniak * diff --git a/plugins/kolab_addressbook/package.xml b/plugins/kolab_addressbook/package.xml new file mode 100644 index 00000000..7e7b84c7 --- /dev/null +++ b/plugins/kolab_addressbook/package.xml @@ -0,0 +1,74 @@ + + + kolab_addressbook + http://kolabsys.com + Kolab addressbook + + Sample plugin to add a new address book source with data from Kolab storage. + It provides also a possibilities to manage contact folders + (create/rename/delete/acl) directly in Addressbook UI. + + + Aleksander Machniak + machniak + machniak@kolabsys.com + yes + + + Thomas Bruederli + bruederli + bruederli@kolabsys.com + yes + + 2011-11-01 + + 0.6 + 0.6 + + + stable + stable + + GNU AGPLv3 + - + + + + + + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + kolab_core + http://kolabsys.com + + + + + diff --git a/plugins/kolab_config/kolab_config.php b/plugins/kolab_config/kolab_config.php index 7b0947b0..24d569e3 100644 --- a/plugins/kolab_config/kolab_config.php +++ b/plugins/kolab_config/kolab_config.php @@ -6,6 +6,7 @@ * Plugin to use Kolab server as a configuration storage. Provides an API to handle * configuration according to http://wiki.kolab.org/KEP:9. * + * @version @package_version@ * @author Machniak Aleksander * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_config/package.xml b/plugins/kolab_config/package.xml new file mode 100644 index 00000000..73291c8d --- /dev/null +++ b/plugins/kolab_config/package.xml @@ -0,0 +1,57 @@ + + + kolab_config + http://kolabsys.com + Kolab configuration storage + + Plugin to use Kolab server as a configuration storage. Provides an API to handle + configuration according to http://wiki.kolab.org/KEP:9. + + + Aleksander Machniak + machniak + machniak@kolabsys.com + yes + + 2011-11-01 + + 1.0 + 1.0 + + + stable + stable + + GNU AGPLv3 + - + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + kolab_folders + http://kolabsys.com + + + + + diff --git a/plugins/kolab_core/README.txt b/plugins/kolab_core/README similarity index 100% rename from plugins/kolab_core/README.txt rename to plugins/kolab_core/README diff --git a/plugins/kolab_core/kolab_core.php b/plugins/kolab_core/kolab_core.php index b027a485..9a2cc1d2 100644 --- a/plugins/kolab_core/kolab_core.php +++ b/plugins/kolab_core/kolab_core.php @@ -6,6 +6,7 @@ * Plugin to setup a basic environment for interaction with a Kolab server. * Other Kolab-related plugins will depend on it and can use the static API rcube_core * + * @version @package_version@ * @author Thomas Bruederli * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_core/package.xml b/plugins/kolab_core/package.xml new file mode 100644 index 00000000..46aa29fe --- /dev/null +++ b/plugins/kolab_core/package.xml @@ -0,0 +1,63 @@ + + + kolab_core + http://kolabsys.com + Kolab API + + Plugin to setup a basic environment for interaction with a Kolab server. + Other Kolab-related plugins will depend on it and can use the static API rcube_kolab. + + + Thomas Bruederli + bruederli + bruederli@kolabsys.com + yes + + + Aleksander Machniak + machniak + machniak@kolabsys.com + yes + + 2011-11-01 + + 1.0 + 1.0 + + + stable + stable + + GNU AGPLv3 + - + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + + diff --git a/plugins/kolab_folders/README b/plugins/kolab_folders/README deleted file mode 100644 index eddd5aa5..00000000 --- a/plugins/kolab_folders/README +++ /dev/null @@ -1,25 +0,0 @@ - -Type-aware folder management/listing for Kolab - -Author: Aleksander Machniak - -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. diff --git a/plugins/kolab_folders/kolab_folders.php b/plugins/kolab_folders/kolab_folders.php index 7622d652..446a091d 100644 --- a/plugins/kolab_folders/kolab_folders.php +++ b/plugins/kolab_folders/kolab_folders.php @@ -3,7 +3,7 @@ /** * Type-aware folder management/listing for Kolab * - * @version 0.3 + * @version @package_version@ * @author Aleksander Machniak * * Copyright (C) 2011, Kolab Systems AG diff --git a/plugins/kolab_folders/package.xml b/plugins/kolab_folders/package.xml new file mode 100644 index 00000000..54ff20b5 --- /dev/null +++ b/plugins/kolab_folders/package.xml @@ -0,0 +1,63 @@ + + + kolab_folders + http://kolabsys.com + Type-aware folder management/listing for Kolab + + The plugin extends folders handling with features of the Kolab Suite + according to specified format (http://www.kolab.org/doc/kolabformat-2.0-html). + 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. + + + Aleksander Machniak + machniak + machniak@kolabsys.com + yes + + 2011-11-01 + + 1.0 + 1.0 + + + stable + stable + + GNU AGPLv3 + - + + + + + + + + + + + + + + + + + + + + + 5.2.1 + + + 1.7.0 + + + + +