Summary | Turba's "emails" attribute is not supported by LDIF |
Queue | Turba |
Queue Version | Git master |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | mrubinsk (at) horde (dot) org |
Requester | thomas.jarosch (at) intra2net (dot) com |
Created | 03/16/2015 (3764 days ago) |
Due | |
Updated | 03/17/2015 (3763 days ago) |
Assigned | |
Resolved | 03/17/2015 (3763 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | Yes |
commit a9c5d3baa16f98330a157fc11b07af2ba513686c
Author: Michael J Rubinsky <mrubinsk@horde.org>
Date: Mon Mar 16 23:26:10 2015 -0400
Request: 13916Map Thunderbird's mozillaSecondEmail field also.turba/lib/Data/Ldif.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/a9c5d3baa16f98330a157fc11b07af2ba513686c
commit 707a34350015101ae37ce5faac330f385157fbf5
Author: Thomas Jarosch <thomas.jarosch@intra2net.com>
Date: Mon Mar 16 23:24:01 2015 -0400
Request: 13916Support emails field when exporting LDIF.Signed-off-by: Michael J Rubinsky <mrubinsk@horde.org>
turba/lib/Data/Ldif.php | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
http://github.com/horde/horde/commit/707a34350015101ae37ce5faac330f385157fbf5
New Attachment: 0001-Support-emails-turba-attribute-during-LDIF-import-ex.patch
Priority ⇒ 1. Low
Type ⇒ Bug
Summary ⇒ Turba's "emails" attribute is not supported by LDIF
Queue ⇒ Turba
Milestone ⇒
Patch ⇒ No
State ⇒ Unconfirmed
the LDIF import/export currently does not support
the 'emails' field of turba.
Attached patch adds a quick fix for that.
Additionally Thunderbird seems to store secondary email addresses
in the field "mozillaSecondEmail:". May be we should support that, too.
Cheers,
Thomas