roundcubemail-plugins-kolab/plugins/kolab_core
2012-05-01 14:12:48 +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 Correct email address in author section; add AGPL license header to all relevant files 2011-12-07 12:51:23 +01:00
LICENSE Changed license to AGPL 2011-10-27 10:20:46 +02:00
package.xml Correct the URI to the source code repository 2012-05-01 14:12:48 +01:00
rcube_kolab.php Updates for Roundcube 0.8 2012-01-23 10:16:30 +01:00
README Added package.xml files 2011-11-18 15:55:08 +01: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.