From 2cdaa79dce689b2dc9ef5c7bf3dcbd9446d86c21 Mon Sep 17 00:00:00 2001 From: Paweł Słowik <pawel.slowik@iq.pl> Date: Thu, 13 Sep 2012 08:24:01 -0400 Subject: [PATCH] Merge branch 'master' of https://github.com/roundcube/roundcubemail --- program/include/rcube_vcard.php | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/program/include/rcube_vcard.php b/program/include/rcube_vcard.php index 2bfd474..49b312c 100644 --- a/program/include/rcube_vcard.php +++ b/program/include/rcube_vcard.php @@ -555,6 +555,7 @@ if ((list($key, $value) = explode('=', $attr)) && $value) { $value = trim($value); if ($key == 'ENCODING') { + $value = strtoupper($value); // add next line(s) to value string if QP line end detected if ($value == 'QUOTED-PRINTABLE') { while (preg_match('/=$/', $lines[$i])) -- Gitblit v1.9.1