program/lib/Roundcube/rcube_imap_generic.php
@@ -2543,7 +2543,11 @@ $prev = ''; $found = true; while ($bytes > 0) { // empty body if (!$bytes) { $result = ''; } else while ($bytes > 0) { $line = $this->readLine(8192); if ($line === NULL) {