Re: Snarf Vcards
Roland Winkler <[email protected]> Fri, 08 Jul 2022 23:05:19 -0500
| Newsgroups | gmane.emacs.bbdb.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Jul 08 2022, Pascal Quesseveur wrote: > Here is an example. FWIS the only problem is with quoted printable. > > ,---- > | Content-Type: text/x-vcard; charset=utf-8; > | name="dupont.vcf" > | Content-Transfer-Encoding: 7bit > | Content-Disposition: attachment; > | filename="dupont.vcf" > | > | begin:vcard > | fn:Jean > | n:Dupont;Jean > | org;quoted-printable:Syst=C3=A8mes DUPONT > | adr;quoted-printable:BP X;;La Cit=C3=A9;Province;00000;France > | email;internet:[email protected] > | title:Directeur > | tel;work:+33 (0)000000000 > | tel;fax:+33 (0)111111111 > | tel;cell:+33 (0)222222222 > | url:http://www.dupont.fr > | version:2.1 > | end:vcard > `---- Is for you vcard.el handling the quoted-printable properly? I found on my computer some old mail messages with vcards that contain quoted-printable properties like in the above example. When I view these messages with gnus, the decoding is screwed up.