summaryrefslogtreecommitdiff
path: root/webmail/plugins/google_contacts/README
diff options
context:
space:
mode:
Diffstat (limited to 'webmail/plugins/google_contacts/README')
-rw-r--r--webmail/plugins/google_contacts/README31
1 files changed, 31 insertions, 0 deletions
diff --git a/webmail/plugins/google_contacts/README b/webmail/plugins/google_contacts/README
new file mode 100644
index 0000000..fd88348
--- /dev/null
+++ b/webmail/plugins/google_contacts/README
@@ -0,0 +1,31 @@
+Google Contacts for RoundCube 0.6 and above.
+
+@version 2.12 - 08/04/2013
+@author Les Fenison /-- Original code by Roland 'rosali' Liebl
+@licence GNU GPL
+
+Questions, problems, or suggestions? Email me, my email address is in google_contacts.php
+
+Will sync Google contacts both directions including all the new contacts
+fields in RoundCube 0.9
+
+
+Usage:
+
+ Create the db table using the SQL in SQL directory. The table is the same
+exact format as the contacts table. If you are upgrading from 0.5.2 you
+will need to add the words column of type text.
+
+copy ./config/config.inc.php.dist to ./config/config.inc.php and configure
+as needed. The only parameter worth messing with is the
+$rcmail_config['google_contacts_max_results'] which defaults to 1000.
+
+
+ Requirements: * Get Zend GData APIs
+
+ /http://framework.zend.com/download/webservices
+ Copy and paste "Zend" /folder into ./program/lib
+
+ File structure must be: ./program/lib/Zend
+
+