6.0.0-beta1
▾
Tasks
New Task
Search
Photos
Wiki
▾
Tickets
New Ticket
Search
dev.horde.org
Toggle Alerts Log
Help
8/14/25
H
istory
A
ttachments
C
omment
W
atch
Download
Comment on [#8358] turba with kolab-backend loses e-mail address when adding contact from imp/dimp
*
Your Email Address
*
Spam protection
Enter the letters below:
. .. .\ /. .\ / | |\ / >< |__| >< |__| \/ / \| |/ \
Comment
> Hi there, > > > > i have turba configured with kolab2 as the storage backend. > > > > Creating a contact in turba itself works flawless. > > But when i try to import the sender of an e-mail to my default > addressbook (kolab backend) it fails. > > Although the contact will be created, turba throws away the e-mail attribute. > > > > The problem, i think, is that imp tries to add a contact with a > single e-mail address ($attribute['email']). > > Turba in contrast expects $attribute['emails'] (plural) and throws > away the former. > > > > Because i think this is a specialty for kolab, this should be fixed > in the kolab driver itself: > > > > So, i suggest adding something like the followin to the _add function > in turba/lib/Driver/kolab.php > > > > if (isset($attributes['email'])) { > > $attributes['emails'] = $attributes['email']; > > unset($attributes['email']); > > } > > > > Thoughts?
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