roundcubemail-plugins-kolab/plugins/kolab_core
Jeroen van Meeuwen (Kolab Systems) c30ef8e830 Fix mixed tabs and spaces
2011-09-21 16:21:29 +01: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 Fix mixed tabs and spaces 2011-09-21 16:21:29 +01:00
rcube_kolab.php - Fixed is_a() usage for PHP >= 5.3.7 2011-09-10 13:40:56 +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.