Ticket #1485830 (closed Bugs: fixed)
Given name missing in vcard exports (LDAP)
| Reported by: | ael | Owned by: | |
|---|---|---|---|
| Priority: | 5 | Milestone: | 0.3-stable |
| Component: | Addressbook | Version: | svn-trunk |
| Severity: | normal | Keywords: | |
| Cc: |
Description
Only tested with ldap address book
Example export
BEGIN:VCARD VERSION:3.0 FN:Andreas Engvall N:Engvall;;;; EMAIL;type=INTERNET;type=HOME;type=pref:andreas.engvall@arcticgroup.se END:VCARD
Should probably be
BEGIN:VCARD VERSION:3.0 FN:Andreas Engvall N:Engvall;Andreas;;; EMAIL;type=INTERNET;type=HOME;type=pref:andreas.engvall@arcticgroup.se END:VCARD
I'm not that sure about the "type=INTERNET" and "type=HOME" parts for "EMAIL" either, these might not be what you want.
http://www.ietf.org/rfc/rfc2426.txt?number=2426
PHP version - 5.2.6, 5.2.9
mail server - not important, dovecot, cyrus, exchange, any
browser/os - firefox3, ie8, debian linux, windows vista
logs - are empty
reproducable - export contacts in vcard format from the address book and import rcube_contacts.vcf to the address book again
Change History
Note: See
TracTickets for help on using
tickets.
