Changeset 1616 in subversion
- Timestamp:
- Jul 31, 2008 10:48:00 AM (5 years ago)
- File:
-
- 1 edited
-
trunk/roundcubemail/program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/roundcubemail/program/lib/imap.inc
r1590 r1616 2571 2571 if (iil_C_Select($conn, $folder)) { 2572 2572 $key = 'F1247'; 2573 2573 2574 2574 if (iil_PutLine($fp, "$key FETCH $id (BODYSTRUCTURE)")) { 2575 2575 do { 2576 2576 $line = iil_ReadLine($fp, 5000); 2577 2577 $line = iil_MultLine($fp, $line); 2578 $result .= $line; 2578 list(, $index, $rest) = explode(' ', $line); 2579 if ($index == $id || preg_match("/^$key/", $line)) 2580 $result .= $line; 2579 2581 } while (!preg_match("/^$key/", $line)); 2580 2582
Note: See TracChangeset
for help on using the changeset viewer.
