6.0.0-alpha12
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
6/12/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#10373] Enhance Turba ActiveSync capability for iOS
*
Your Email Address
*
Spam protection
Enter the letters below:
. ..___.. .___..__ \ / _/ | | [__) \/ ./__.|___ | |
Comment
> Now to my more specific changes that are targeted specifically at > setting up an aligned Turba / iOS address book rather than more > generic Driver capability... > > I have attached a backend definition that maps what can be mapped > using the patches provided in previous comments, and which, along > with the below attributes.local.php additions, optimises some labels > etc to best match the iOS devices and labels: > > attributes.local.php: > > <?php > /* Mapped to activeSync Email3Address */ > $attributes['workEmail'] = array( > 'label' => _("Email"), > 'type' => 'email', > 'required' => false, > 'params' => array('allow_multi' => false, 'strip_domain' => > false, 'link_compose' => true) > ); > /* Mapped to activeSync Email2Address */ > $attributes['homeEmail'] = array( > 'label' => _("Email"), > 'type' => 'email', > 'required' => false, > 'params' => array('allow_multi' => false, 'strip_domain' => > false, 'link_compose' => true) > ); > /* iOS first "Work" number */ > $attributes['workPhone'] = array( > 'label' => _("Work Direct"), > 'type' => 'phone', > 'required' => false > ); > > It also builds on some existing ActiveSync driver definitions with > definitions already in attributes.php for which SQL fields need to be > added: > > object_email2 varchar(255) > object_email3 varchar(255) > object_anniv varchar(10) > object_department varchar(255) > object_spouse varchar(255) (note that while iOS advertises this one > the field is not visible in the Contacts app).
Attachment
Watch this ticket
N
ew Ticket
M
y Tickets
S
earch
Q
uery Builder
R
eports
Saved Queries
Open Bugs
Bugs waiting for Feedback
Open Bugs in Releases
Open Enhancements
Enhancements waiting for Feedback
Bugs with Patches
Enhancements with Patches
Release Showstoppers
Stalled Tickets
New Tickets
Horde 5 Showstoppers