program/steps/mail/get.inc
@@ -334,7 +334,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; @@ -344,7 +344,7 @@ header("Content-Length: $size"); } $sent = $RCMAIL->storage->get_message_part($MESSAGE->uid, $part->mime_id, $part, true); $sent = $RCMAIL->storage->get_message_part($MESSAGE->uid, $part->mime_id, $part, true, null, true); } }