From 97aacb117911386af011583ceac6fd4517a4b549 Mon Sep 17 00:00:00 2001 From: Christoph Haas Date: Sun, 19 Jun 2016 00:27:43 +0200 Subject: [PATCH] Added README --- README.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..77f8c7a --- /dev/null +++ b/README.md @@ -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. \ No newline at end of file