Changeset 568ba39 in github


Ignore:
Timestamp:
Mar 13, 2007 9:02:03 PM (6 years ago)
Author:
thomascube <thomas@…>
Branches:
master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
Children:
87b280e
Parents:
5a6ad20
Message:

Applied little patch that closes #1484247

File:
1 edited

Legend:

Unmodified
Added
Removed
  • program/include/rcube_imap.inc

    r5a6ad20 r568ba39  
    24602460    foreach ($a as $key => $val) 
    24612461      { 
    2462       $val = str_replace("\"<", "\" <", $val); 
     2462      $val = preg_replace("/([\"\w])</", "$1 <", $val); 
    24632463      $sub_a = $this->_explode_quoted_string(' ', $this->decode_header($val)); 
    24642464      $result[$key]['name'] = ''; 
Note: See TracChangeset for help on using the changeset viewer.