program/lib/imap.inc | ●●●●● patch | view | raw | blame | history |
program/lib/imap.inc
@@ -1629,7 +1629,7 @@ } // the rest of the result preg_match('/ BODY\[HEADER.FIELDS \(.*\)\]\s*(.*)/s', $line, $m); preg_match('/ BODY\[HEADER.FIELDS \(.*?\)\]\s*(.*)$/s', $line, $m); $reslines = explode("\n", trim($m[1], '"')); // re-parse (see below) foreach ($reslines as $line) {