Summary | vcard import looses email adress |
Queue | Turba |
Queue Version | 2.3.1 |
Type | Bug |
State | Not A Bug |
Priority | 2. Medium |
Owners | |
Requester | brot (at) gmx (dot) info |
Created | 08/28/2009 (5794 days ago) |
Due | |
Updated | 09/10/2009 (5781 days ago) |
Assigned | |
Resolved | 08/30/2009 (5792 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
you want to import different email types. Otherwise it picks the
first one.
Please use the mailing list to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
turba_objects table there is only one email column (object_email).
If there is no email address with type OTHER in my vcard entry, this
email adress will not be imported into the database.
How can I add more email adresses to my turba_objects? What's the
official way to add more email adresses to one contact?
State ⇒ Not A Bug
want to import different email types. Otherwise it picks the first one.
Please use the mailing list to ask for support.
http://www.horde.org/mail/ contains a list of all available mailing lists.
Priority ⇒ 2. Medium
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ vcard import looses email adress
Type ⇒ Bug
State ⇒ Unconfirmed
contacts have more than one email adress. So I tagged them with HOME,
WORK or OTHER email adress.
But horde only imports the email adress if I use OTHER in evolution.
Evolution stores this additional information in the TYPE field like:
EMAIL;X-EVOLUTION-UI-SLOT=1;TYPE=OTHER:firstname.lastname@private1.com
EMAIL;TYPE=WORK:firstname.lastname@company.com
EMAIL;TYPE=HOME:firstname.lastname@private2.com
In my example horde imports only the first email adress.