Thomas Bruederli
2014-08-19 fc52af24f1418d6590a2d37a0d8cc31b123e38f6
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);
        }
      }