Changeset fab43d2 in github
- Timestamp:
- Aug 18, 2008 8:33:26 AM (5 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- b469a19
- Parents:
- e223df7
- File:
-
- 1 edited
-
program/lib/imap.inc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/imap.inc
re223df7 rfab43d2 2577 2577 $line = iil_MultLine($fp, $line); 2578 2578 list(, $index, $cmd, $rest) = explode(' ', $line); 2579 if ($cmd != 'FETCH' || $index == $id )2579 if ($cmd != 'FETCH' || $index == $id || preg_match("/^$key/", $line)) 2580 2580 $result .= $line; 2581 2581 } while (!preg_match("/^$key/", $line)); 2582 2582 2583 $result = trim(substr($result, strpos($result, 'BODYSTRUCTURE')+13 ));2583 $result = trim(substr($result, strpos($result, 'BODYSTRUCTURE')+13, -(strlen($result)-strrpos($result, $key)+1))); 2584 2584 } 2585 2585 }
Note: See TracChangeset
for help on using the changeset viewer.
