roundcubemail-plugins-kolab/plugins/kolab_core
2011-07-10 10:27:44 +02:00
..
config.inc.php.dist Fixed last commit, better handling of malformed/incomplete configuration 2011-06-16 14:51:11 +02:00
kolab_core.php Added some Copyright/license info 2011-06-28 11:01:21 +02:00
rcube_kolab.php Added workaround for Horde's folders caching issue, related to shutdown function (#137) 2011-07-10 10:27:44 +02:00
README.txt Added HTTP_Request to the list of required PEAR packages 2011-06-27 14:45:45 +02:00

Kolab Integration Plugin README
-------------------------------

This plugin relies on classes from the Horde project. In order to have all
the required files available you need to install the following packages from
Horde:
	Horde_Framework
	Kolab_Format
	Kolab_Storage
	Horde_NLS
	Horde_DOM

Get Horde3 framework from http://www.horde.org/download/horde and put Horde directory
somewhere in include path. Install PEAR packages:

pear install Net_Socket
pear install Net_LDAP2
pear install Net_IMAP
pear install Net_DNS2
pear install Net_SMTP
pear install Mail_mimeDecode
pear install Auth_SASL
pear install Date
pear install HTTP_Request

Configuration
-------------

Rename the config.inc.php.dist to config.inc.php within this plugin directory
and add the corresponding values for your local Kolab server.