program/lib/Roundcube/rcube_message.php | ●●●●● patch | view | raw | blame | history |
program/lib/Roundcube/rcube_message.php
@@ -322,7 +322,7 @@ // parse headers from message/rfc822 part if (!isset($structure->headers['subject'])) { list($headers, $dump) = explode("\r\n\r\n", $this->get_part_content($structure->mime_id, null, true, 4096)); list($headers, $dump) = explode("\r\n\r\n", $this->get_part_content($structure->mime_id, null, true, 8192)); $structure->headers = rcube_mime::parse_headers($headers); } }