Changeset 1646 in subversion
- Timestamp:
- Aug 14, 2008 7:09:38 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
r1616 r1646 2576 2576 $line = iil_ReadLine($fp, 5000); 2577 2577 $line = iil_MultLine($fp, $line); 2578 list(, $index, $ rest) = explode(' ', $line);2579 if ($ index == $id || preg_match("/^$key/", $line))2578 list(, $index, $cmd, $rest) = explode(' ', $line); 2579 if ($cmd != 'FETCH' || $index == $id) 2580 2580 $result .= $line; 2581 2581 } while (!preg_match("/^$key/", $line));
Note: See TracChangeset
for help on using the changeset viewer.
