Changeset 2378 in subversion


Ignore:
Timestamp:
Apr 8, 2009 2:30:14 AM (4 years ago)
Author:
alec
Message:
  • re-fix last commmit
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/roundcubemail/program/lib/imap.inc

    r2377 r2378  
    24472447                $line = iil_MultLine($fp, $line); 
    24482448 
    2449                 if (preg_match('/BODY\.PEEK\[([0-9\.]+)\.MIME\]/', $line, $matches)) { 
     2449                if (preg_match('/BODY\[([0-9\.]+)\.MIME\]/', $line, $matches)) { 
    24502450                        $idx = $matches[1]; 
    2451                         $result[$idx] = preg_replace('/^(\* '.$id.' FETCH \()?\s*BODY\.PEEK\['.$idx.'\.MIME\]\s+/', '', $line); 
     2451                        $result[$idx] = preg_replace('/^(\* '.$id.' FETCH \()?\s*BODY\['.$idx.'\.MIME\]\s+/', '', $line); 
    24522452                        $result[$idx] = trim($result[$idx], '"'); 
    24532453                        $result[$idx] = rtrim($result[$idx], "\t\r\n\0\x0B"); 
Note: See TracChangeset for help on using the changeset viewer.