From b58fea76b495ea5506bdaf60a6d712c6a75e593a Mon Sep 17 00:00:00 2001 From: tokul Date: Fri, 27 Aug 2004 11:48:44 +0000 Subject: [PATCH] send urlencoded filename to IE git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7967 7612ce4b-ef26-0410-bec9-ea0150e637f0 --- functions/mime.php | 1 + 1 file changed, 1 insertion(+) diff --git a/functions/mime.php b/functions/mime.php index 0c16b034..5183242b 100644 --- a/functions/mime.php +++ b/functions/mime.php @@ -2003,6 +2003,7 @@ function magicHTML($body, $id, $message, $mailbox = 'INBOX') { // version //set all the Cache Control Headers for IE if ($isIE) { + $filename=urlencode($filename); header ("Pragma: public"); header ("Cache-Control: no-store, max-age=0, no-cache, must-revalidate"); # HTTP/1.1 header ("Cache-Control: post-check=0, pre-check=0", false); -- 2.25.1