roundcubemail-plugins-kolab/plugins/libkolab
Thomas B 18d8fec133 First implementation of a caching layer for kolab_storage;
- Caching is disabled by default (until fully functional and tested)
- Attention: database initialization required for cache)

Silently ignore old Kolab2 objects if no Horde classes found to parse them.
2012-05-02 17:41:02 +02:00
..
lib First implementation of a caching layer for kolab_storage; 2012-05-02 17:41:02 +02:00
SQL First implementation of a caching layer for kolab_storage; 2012-05-02 17:41:02 +02:00
libkolab.php Make use of Roundcube's IMAP chaching 2012-04-21 18:43:33 +02:00
README Correctly implement the expunge argument for object deletion 2012-03-08 21:32:22 +01:00

libkolab plugin to access to Kolab groupware data
=================================================

The contained library classes establish a connection to the Kolab server
and manage the access to the Kolab groupware objects stored in various
IMAP folders. For reading and writing these objects, the PHP bindings of
the libkolabxml library are used.


REQUIREMENTS
------------
* libkolabxml PHP bindings
  - kolabformat.so loaded into PHP
  - kolabformat.php placed somewhere in the include_path
* Horde Kolab_Format package and all of its dependencies