1
0
Fork 0
Dieser Commit ist enthalten in:
Christoph Haas 2016-06-19 00:27:43 +02:00
Ursprung 8ddce98d22
Commit 97aacb1179
1 geänderte Dateien mit 20 neuen und 0 gelöschten Zeilen

20
README.md Normale Datei
Datei anzeigen

@ -0,0 +1,20 @@
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
```
### Usage
Rightclick a contactfolder or contact entry to export it as vCard.
Rightclick a contactfolder to import a vCard.
Rightclick a vCard attachment to import it.