blob: fd8834817f93f1585f3c0302b3d1821261954475 (
plain)
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
|
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
|