The Webapp IMAP Importer plugin allows the user to import an IMAP account to his Zarafa account directly in WebApp.
- Make sure amqp php extention is installed (
yum -y install php-pecl-amqp
on EL6 systems) or php-bcmath is installed (yum -y install php-bcmath
on EL6 systems) - Download zip from https://community.zarafa.com/pg/plugins/project/23465/developer/oxilion/webapp-imap-importer
- Unpack downloaded zip to <webapp_path>/plugins directory
- Give read permissions to apache for <webapp_path>/plugins/imapsync directory
- Change config.php to suit your environment
- If you want to enable this plugin by default for all users then edit config.php file and change PLUGIN_IMAPSYNC_USER_DEFAULT_ENABLE setting to true
- Go to settings section
- Go to Plugins tab
- Enable IMAP Importer plugin and reload webapp
- Go to Import IMAP tab of settings section
- Provide IMAP account settings of the account you want to import
- Click on apply
- Go to settings section
- Go to Plugins tab
- Disable IMAP Importer plugin and reload webapp
- Feedback/Bug Reports are welcome
- Better feedback
- Easier installation (packages etc.)
- Support backend/frontend on different servers