Applied little patch that closes #1484247

release-0.6
thomascube 18 years ago
parent 5a6ad20983
commit 568ba395b6

@ -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'] = '';

Loading…
Cancel
Save