summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-03-14 01:02:03 +0000
committerthomasb <thomasb@208e9e7b-5314-0410-a742-e7e81cd9613c>2007-03-14 01:02:03 +0000
commite24d5f4685cf50a75a936949328eeefa05513829 (patch)
treebeda8460053afab34b12f93dad87066c0215cd1d
parenta8875eb280e5f5e073592bcf0539bb0cdf6706cc (diff)
Applied little patch that closes #1484247
git-svn-id: https://svn.roundcube.net/trunk@507 208e9e7b-5314-0410-a742-e7e81cd9613c
-rw-r--r--roundcubemail/program/include/rcube_imap.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/include/rcube_imap.inc b/roundcubemail/program/include/rcube_imap.inc
index 7ac51fcc5..f8e9e0a0a 100644
--- a/roundcubemail/program/include/rcube_imap.inc
+++ b/roundcubemail/program/include/rcube_imap.inc
@@ -2459,7 +2459,7 @@ class rcube_imap
foreach ($a as $key => $val)
{
- $val = str_replace("\"<", "\" <", $val);
+ $val = preg_replace("/([\"\w])</", "$1 <", $val);
$sub_a = $this->_explode_quoted_string(' ', $this->decode_header($val));
$result[$key]['name'] = '';