2016-06-19 00:27:43 +02:00
|
|
|
CONTACT IMPORTER AND EXPORTER:
|
|
|
|
===
|
|
|
|
|
|
|
|
Building the contact importer plugin for Zarafa WebApp:
|
|
|
|
|
|
|
|
```
|
|
|
|
cd /zarafa/webapp/
|
|
|
|
ant tools
|
|
|
|
cd /zarafa/webapp/plugins/
|
|
|
|
git clone https://git.sprinternet.at/zarafa_webapp/contactimporter.git
|
|
|
|
cd contactimporter
|
|
|
|
ant deploy
|
|
|
|
```
|
|
|
|
|
2016-11-01 01:14:46 +01:00
|
|
|
Make sure to run "composer install" in the php directory!
|
|
|
|
|
2016-06-19 00:27:43 +02:00
|
|
|
### Usage
|
|
|
|
Rightclick a contactfolder or contact entry to export it as vCard.
|
|
|
|
|
|
|
|
Rightclick a contactfolder to import a vCard.
|
|
|
|
|
2016-11-01 01:14:46 +01:00
|
|
|
Rightclick a vCard attachment to import it.
|