Summary | adding vcard does not respect charset |
Queue | Horde Framework Packages |
Queue Version | FRAMEWORK_3 |
Type | Bug |
State | Resolved |
Priority | 1. Low |
Owners | jan (at) horde (dot) org |
Requester | dom.lalot (at) gmail (dot) com |
Created | 12/30/2008 (6032 days ago) |
Due | |
Updated | 01/29/2009 (6002 days ago) |
Assigned | 01/04/2009 (6027 days ago) |
Resolved | 01/29/2009 (6002 days ago) |
Github Issue Link | |
Github Pull Request | |
Milestone | |
Patch | No |
State ⇒ Resolved
http://cvs.horde.org/diff.php/framework/MIME/MIME/Viewer/Attic/vcard.php?rt=horde&r1=1.34.10.23&r2=1.34.10.24&ty=u
http://cvs.horde.org/diff.php/horde/docs/CHANGES?rt=horde&r1=1.515.2.505&r2=1.515.2.506&ty=u
Queue ⇒ Horde Framework Packages
State ⇒ Assigned
New Attachment: vcardjeff.eml
I Click in dimp url over vcf
then I get a window
http://hordetest.univ.fr/horde/imp/view.php?popup_view=1&mailbox=INBOX&index=24191&actionID=view_attach&id=2&mimecache=9e037cce372b35df9a229eb881dfa6e3
And then click on "Add to my address book"
<!--a75c305b1c0a6022--><form action="/horde/imp/view.php" method="get"
name="vcard_import">
Dom
State ⇒ Feedback
State ⇒ Unconfirmed
Patch ⇒ No
Milestone ⇒
Queue ⇒ Turba
Summary ⇒ adding vcard does not respect charset
Type ⇒ Bug
Priority ⇒ 1. Low
we get special characters as a bad utf8 translation.
Mysql database is using default latin1_swedish_ci interclassement
object_firstname:
Jean-François
When adding such entries manually in turba, it works well
Content-Type: text/x-vcard; charset=utf-8;
name="jean-francois_alber.vcf"
Content-Transfer-Encoding: 7bit
Content-Disposition: attachment;
filename="jean-francois_alber.vcf"
begin:vcard
fn;quoted-printable:Jean-Fran=C3=A7ois Alber
n;quoted-printable:Alber;Jean-Fran=C3=A7ois
org:;CISC
adr;dom:;;;Marseille;;13012
email;internet:jean-francois.alber@univ.fr
title:Technicien
tel;work:0491000000
x-mozilla-html:TRUE
version:2.1
end:vcard