roundcubemail-plugins-kolab/plugins/kolab_core
Aleksander Machniak (Kolab Systems) a1d216cd31 Remove double parseDSN() usage
2011-06-18 21:14:17 +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 Polish localization 2011-06-02 08:56:02 +02:00
rcube_kolab.php Remove double parseDSN() usage 2011-06-18 21:14:17 +02:00
README.txt Horde classes are using UTF7-IMAP encoding (see also https://bugzilla.kolabsys.com/show_bug.cgi?id=116) 2011-06-15 12:31:36 +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


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.