This repository has been archived by the owner on Dec 23, 2020. It is now read-only.
forked from christian-putzke/Roundcube-CardDAV
-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
61 lines (45 loc) · 2.06 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
Description
-----------
This is a CardDAV-Implementation for roundcube 0.6 or higher.
Features
--------
* Add multiple CardDAV server for each user
* CardDAV contacts are stored in the local database which provides great performance
* Tested CardDAV servers: DAViCal, Apple Addressbook Server, meetoo, SabreDAV, ownCloud, SOGo
* You can read / add / delete / edit CardDAV contacts (vCards)
* Autocomplete all CardDAV contacts within the compose email view
* Search for all CardDAV contacts within the addressbook
* Automaticly synchronized CardDAV contacts (just execute /plugins/carddav/cronjob/synchronize.php within the crontab)
Planned features
----------------
* Improved search for CardDAV contacts within the addressbook
Requirements
------------
* MySQL or PostgreSQL
* CURL
Installation
------------
* Execute SQL statements from /plugins/carddav/SQL/yourDatabase.sql
* Add 'carddav' to the plugins array in /config/main.inc.php
* Copy /plugins/carddav/config.inc.php.dist to /plugins/carddav/config.inc.php
* Login into your roundcube webmail and add your CardDAV server in the settings
Update
------
* Execute new SQL statements from /plugins/carddav/SQL/yourDatabase.update.sql
Special thanks
--------------
* B5r1oJ0A9G for the PostgreSQL statements!
CardDAV server list
-------------------
* DAViCal: https://example.com/{resource|principal|username}/{collection}/
* Apple Addressbook Server: https://example.com/addressbooks/users/{resource|principal|username}/{collection}/
* memotoo: https://sync.memotoo.com/cardDAV/
* SabreDAV: https://example.com/addressbooks/{resource|principal|username}/{collection}/
* ownCloud: https://example.com/apps/contacts/carddav.php/addressbooks/{resource|principal|username}/{collection}/
* SOGo: https://example.com/SOGo/dav/{resource|principal|username}/Contacts/{collection}/
Contact
-------
* Author: Christian Putzke <[email protected]>
* Report feature requests and bugs here: https://github.com/graviox/Roundcube-CardDAV/issues
* Visit Graviox Studios: http://www.graviox.de/
* Follow me on Twitter: https://twitter.com/graviox/