6.0.0-alpha12
▾
Tasks
New Task
Search
▾
Others
Photos
Wiki
Development
Tickets
New Ticket
Search
Toggle Alerts Log
Help
7/11/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#12506] Contacts sync with ActiveSync get duplicates and not sync
*
Your Email Address
*
Spam protection
Enter the letters below:
.___._.. ..__.. . [__ | \ /| ||__| [____|_ \/ |__\| |
Comment
>>> Note that there are no email fields or so in the imported vcard. Example: >>> BEGIN:VCARD >>> VERSION:3.0 >>> TEL;TYPE=HOME,VOICE:+555555555 >>> N:;TEST;;; >>> FN:TEST >>> END:VCARD >>> >>> When imported homeEmail, workEmail and so are set to NULL not to '' >> >> This is the result returned from Turba_Driver::toHash() when I import >> your example: >> >> array(3) { 'homePhone' => string(10) "+555555555" 'firstname' => >> string(4) "TEST" 'name' => string(4) "TEST" } > > Well, maybe but if you look directly into database, I see this by example. > > When imported from VCard file: >> select object_anniversary,object_workemail,object_homeemail from >> turba_objects where object_firstname='TEST'; > +--------------------+------------------+------------------+ > | object_anniversary | object_workemail | object_homeemail | > +--------------------+------------------+------------------+ > | NULL | NULL | NULL | > +--------------------+------------------+------------------+ > 1 row in set (0.00 sec) > > When added manually through Turba web: >> select object_anniversary,object_workemail,object_homeemail from >> turba_objects where object_firstname='TESTMANUAL'; > +--------------------+------------------+------------------+ > | object_anniversary | object_workemail | object_homeemail | > +--------------------+------------------+------------------+ > | NULL | | | > +--------------------+------------------+------------------+ > 1 row in set (0.00 sec) >
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