diff options
| author | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-04 22:00:35 +0000 |
|---|---|---|
| committer | thomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-04 22:00:35 +0000 |
| commit | a806be05e97b5525a4bd46725a6bac01dfe28cf7 (patch) | |
| tree | 30f0dc6f282fc5aaac802a4d65b0b4d2d27e9200 /roundcubemail/tests/src | |
| parent | a0d08bc9ed912a2bf396188fb33e1f4305ee8b7c (diff) | |
Do charset detection in vcards with encoded values (#1485542)
git-svn-id: https://svn.roundcube.net/trunk@4393 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/tests/src')
| -rw-r--r-- | roundcubemail/tests/src/thebat.vcf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/roundcubemail/tests/src/thebat.vcf b/roundcubemail/tests/src/thebat.vcf new file mode 100644 index 000000000..8179f788d --- /dev/null +++ b/roundcubemail/tests/src/thebat.vcf @@ -0,0 +1,8 @@ +BEGIN:VCARD
+VERSION:2.1
+N;ENCODING=QUOTED-PRINTABLE:Iksi=F1ski;Piotr
+FN;ENCODING=QUOTED-PRINTABLE:Piotr Iksi=F1ski
+EMAIL;PREF;INTERNET:piotr.iksinski@somedomain.com
+X-GENDER:Male
+REV:20080716T203548Z
+END:VCARD
|
