This is a multi-part message in MIME format. --------------080904040402080603080807 Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Jan Kuipers schrieb: > Citeren Michael M Slusarz : > >> Try what I just committed. > > > This works for me. Thanks! > > -- > Jan Kuipers > Systeembeheer Lauwers College > But this doesn't work for me anymore. Because viewing a text/html attachment doesn't change the content and so UTF-8 chars are displayed in a ISO-8859-1 frame/window, yet. See below for a patch which makes it working again. Testet with IE 6.0.2088 (German/Win), Netscape 7.1 (German/Win), Netscape 4.8 (English/Linux), Mozilla 1.4 (English/Linux), Mozilla 1.6 (English/Windows) Ciao Walter --------------080904040402080603080807 Content-Type: text/plain; name="imp_view.diff" Content-Transfer-Encoding: 7bit Content-Disposition: inline; filename="imp_view.diff" --- imp/view.php Wed Apr 7 18:39:39 2004 +++ imp/view.php Thu Apr 8 10:18:21 2004 @@ -116,6 +116,7 @@ $charset = $mime->getCharset(true); if ($charset) { $type .= '; charset=' . $charset; + $body = String::convertCharset($body, NLS::getCharset(), $charset); } $browser->downloadHeaders($mime->getName(true, true), $type, true, strlen($body)); echo $body; --------------080904040402080603080807 Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline -- IMP mailing list - Join the hunt: http://horde.org/bounties/#imp Frequently Asked Questions: http://horde.org/faq/ To unsubscribe, mail: imp-unsubscribe@lists.horde.org --------------080904040402080603080807--