[Tickets #9280] Compatibility with iPhone and OSX Addressbook vcard.

bugs at horde.org bugs at horde.org
Fri Oct 1 11:17:45 UTC 2010


DO NOT REPLY TO THIS MESSAGE. THIS EMAIL ADDRESS IS NOT MONITORED.

Ticket URL: http://bugs.horde.org/ticket/9280
------------------------------------------------------------------------------
  Ticket             | 9280
  Created By         | federico at fbaraldi.it
  Summary            | Compatibility with iPhone and OSX Addressbook vcard.
  Queue              | Turba
  Version            | 2.3.5
  Type               | Enhancement
  State              | New
  Priority           | 1. Low
  Milestone          |
  Patch              |
  Owners             |
------------------------------------------------------------------------------


federico at fbaraldi.it (2010-10-01 07:17) wrote:

To ensure sync compatibility with iPhone and OSX Adressbook using  
funambul is necessary to modify the file turba/config/sources.php  
adding:

'homeEmail' => 'object_homeemail',
'workEmail' => 'object_workemail',

and then:

_("Communications") => array('email', 'homeEmail', 'workEmail',  
'homePhone', 'workPhone',
'cellPhone', 'fax', 'pager'),

and then to modify the db structure:

ALTER TABLE `turba_objects`
ADD `object_homeemail` VARCHAR( 255 ) NOT NULL AFTER `object_email`,
ADD `object_workemail` VARCHAR( 255 ) NOT NULL AFTER `object_homeemail`

I hope to find these enhancement in the next version .... thank you.






More information about the bugs mailing list