thomascube
2007-03-13 568ba395b6ca0a5779600a435a9906ae88de6d5f
Applied little patch that closes #1484247

1 files modified
2 ■■■ changed files
program/include/rcube_imap.inc 2 ●●● patch | view | raw | blame | history
program/include/rcube_imap.inc
@@ -2459,7 +2459,7 @@
    
    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'] = '';