Default Content-Transfer-Encoding is now RFC-compliant "7bit" instead of "us-ascii...
[squirrelmail.git] / src / download.php
index 65a56dd88c24372df4a6a82ea9aeaaf190686778..1718a8620e19a729fa25d1f6795a453e3556bcd2 100644 (file)
@@ -87,7 +87,7 @@ if ($ent_id) {
     /* raw message */
     $type0 = 'message';
     $type1 = 'rfc822';
-    $encoding = 'US-ASCII';
+    $encoding = '7bit';
     $header = $message->header;
 }