sanitizing is done in form functions
authortokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Jun 2004 09:03:09 +0000 (09:03 +0000)
committertokul <tokul@7612ce4b-ef26-0410-bec9-ea0150e637f0>
Sun, 27 Jun 2004 09:03:09 +0000 (09:03 +0000)
git-svn-id: https://svn.code.sf.net/p/squirrelmail/code/trunk/squirrelmail@7696 7612ce4b-ef26-0410-bec9-ea0150e637f0

src/compose.php

index 2cfa3dd94441bcb09abd715038d36d59e6b9e9e6..46136dbbe21c942b9c90dfd442c6b346d4c4abb9 100644 (file)
@@ -644,7 +644,7 @@ function newMail ($mailbox='', $passed_id='', $passed_ent_id='', $action='', $se
         }
 
         if ( $actual && is_conversion_safe($actual) && $actual != $default_charset){
-          $bodypart = charset_convert($actual,$bodypart,$default_charset);
+          $bodypart = charset_convert($actual,$bodypart,$default_charset,false);
         }
 
             $body .= $bodypart;