X-Git-Url: https://vcs.fsf.org/?p=squirrelmail.git;a=blobdiff_plain;f=src%2Fdownload.php;h=655aa76ee770ea4199b86c12cafa474e66c0dd64;hp=65a56dd88c24372df4a6a82ea9aeaaf190686778;hb=1a4bc4a62fa812d0e0fa8fd48ea804e045bab040;hpb=51bbe8fab8731eb498cf0aecefd21f957aec6413 diff --git a/src/download.php b/src/download.php index 65a56dd8..655aa76e 100644 --- a/src/download.php +++ b/src/download.php @@ -6,7 +6,7 @@ * Handles attachment downloads to the users computer. * Also allows displaying of attachments when possible. * - * @copyright © 1999-2007 The SquirrelMail Project Team + * @copyright © 1999-2009 The SquirrelMail Project Team * @license http://opensource.org/licenses/gpl-license.php GNU Public License * @version $Id$ * @package squirrelmail @@ -87,7 +87,7 @@ if ($ent_id) { /* raw message */ $type0 = 'message'; $type1 = 'rfc822'; - $encoding = 'US-ASCII'; + $encoding = '7bit'; $header = $message->header; }