Open Bug 782147 Opened 12 years ago Updated 2 years ago

Personal vCard send by Thunderbird are not recognized by Gmail

Categories

(Thunderbird :: Address Book, defect)

x86
Linux
defect

Tracking

(Not tracked)

People

(Reporter: el.cameleon.1, Unassigned)

References

Details

Step to reproduce:
1/ In Thunderbird, add a personnal vCard to your outgoing mails
2/ Send a mail to a gmail address
3/ Open this mail in gmail (in a web browser)
4/ Gmail automatically recognize the vcf file and propose to import it into your contacts.
5/ Gmail fail to import

This may be related to the fact that Thunderbird use vCard 2.1 file format, because if you send the vCard with MoreFunctionsForAddressBook (which use vCard 3.0 file format), Gmail has no problem to recognize and import the vCard.

Maybe fixing Bug 514375 could help?
Component: Account Manager → Address Book
Blocks: 782609
Marking as dependent of bug 29106 because vCard 3.0 support is required before we can use this format to send a personal vCard compatible with Gmail.
Depends on: 29106
(In reply to Vincent (caméléon) from comment #1)
> Marking as dependent of bug 29106 because vCard 3.0 support is required
> before we can use this format to send a personal vCard compatible with Gmail.

Strange. Gmail has no problem importing this vCard 2.1 (when attached directly):


--------------020103070307090708060800
Content-Type: text/vcard;
 name="manuel_lopez-ibanez.vcf"
Content-Transfer-Encoding: base64
Content-Disposition: attachment;
 filename="manuel_lopez-ibanez.vcf"

QkVHSU46VkNBUkQKVkVSU0lPTjoyLjEKTjtDSEFSU0VUPXV0Zi04OkzDs3Blei1JYsOhw7Fl
ejtNYW51ZWwKRU1BSUw7SU5URVJORVQ6bWFudWVsLmxvcGV6LWliYW5lekBleGFtcGxlLmNv
bQpFTkQ6VkNBUkQK
--------------020103070307090708060800--

However, the same card generated by thunderbird fails to import:

--------------080309090408090906000500
Content-Type: text/x-vcard; charset=utf-8;
 name="manuel_lopez-ibanez.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
 filename="manuel_lopez-ibanez.vcf"

begin:vcard
fn;quoted-printable:Manuel L=C3=B3pez-Ib=C3=A1=C3=B1ez
n;quoted-printable:L=C3=B3pez-Ib=C3=A1=C3=B1ez;Manuel
email;internet:lopezibanez@example.com
version:2.1
end:vcard


--------------080309090408090906000500--
Severity: normal → S3
You need to log in before you can comment on or make changes to this bug.