Changeset 07f0b94 in github
- Timestamp:
- Jun 2, 2009 2:12:36 PM (4 years ago)
- Branches:
- master, HEAD, courier-fix, dev-browser-capabilities, pdo, release-0.6, release-0.7, release-0.8
- Children:
- 80a36b5
- Parents:
- 9489adc5
- File:
-
- 1 edited
-
program/lib/imap.inc (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
program/lib/imap.inc
r0eeee63 r07f0b94 1630 1630 1631 1631 // the rest of the result 1632 preg_match('/ BODY\[HEADER.FIELDS \(.* \)\]\s*(.*)/s', $line, $m);1632 preg_match('/ BODY\[HEADER.FIELDS \(.*?\)\]\s*(.*)$/s', $line, $m); 1633 1633 $reslines = explode("\n", trim($m[1], '"')); 1634 1634 // re-parse (see below) … … 1687 1687 } 1688 1688 } 1689 1689 1690 1690 // create array with header field:data 1691 1691 while ( list($lines_key, $str) = each($lines) ) {
Note: See TracChangeset
for help on using the changeset viewer.
