Aleksander Machniak
2014-08-14 94d778f25c290c7dfe8aae613bcdc0f04642e3b1
Merge branch 'master' of github.com:roundcube/roundcubemail
1 files modified
2 ■■■ changed files
program/steps/mail/get.inc 2 ●●● patch | view | raw | blame | history
program/steps/mail/get.inc
@@ -354,7 +354,7 @@
            }
            // send part as-it-is
            else {
                if ($part->body) {
                if ($part->body && empty($plugin['download'])) {
                    header("Content-Length: " . strlen($part->body));
                    echo $part->body;
                    $sent = true;