Changeset 2902 in subversion
- Timestamp:
- Sep 1, 2009 8:48:41 AM (4 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r2897 r2902 1502 1502 while (!preg_match('/ BODYSTRUCTURE (.*) BODY\[HEADER.FIELDS/s', $line, $m)) { 1503 1503 $line2 = iil_ReadLine($fp, 1024); 1504 $line .= iil_MultLine($fp, $line2 );1504 $line .= iil_MultLine($fp, $line2, true); 1505 1505 } 1506 1506 $result[$id]->body_structure = $m[1]; … … 2480 2480 do { 2481 2481 $line = iil_ReadLine($fp, 5000); 2482 $line = iil_MultLine($fp, $line );2482 $line = iil_MultLine($fp, $line, true); 2483 2483 if (!preg_match("/^$key/", $line)) 2484 2484 $result .= $line;
Note: See TracChangeset
for help on using the changeset viewer.
