Changeset 2378 in subversion
- Timestamp:
- Apr 8, 2009 2:30:14 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r2377 r2378 2447 2447 $line = iil_MultLine($fp, $line); 2448 2448 2449 if (preg_match('/BODY\ .PEEK\[([0-9\.]+)\.MIME\]/', $line, $matches)) {2449 if (preg_match('/BODY\[([0-9\.]+)\.MIME\]/', $line, $matches)) { 2450 2450 $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); 2452 2452 $result[$idx] = trim($result[$idx], '"'); 2453 2453 $result[$idx] = rtrim($result[$idx], "\t\r\n\0\x0B");
Note: See TracChangeset
for help on using the changeset viewer.
