Heute (15.02.2007/08:17 Uhr) schrieb Tomas Kuliavas,

>> I do not known, what you mean. More header lines?
>>
>> I have no modifications made. Only tried charset iso-8859-1 or
>> iso-8859-15 in i18n.php. Nothing else.
>>
>>> And please name the program that can't read your email correctly. If you
>>> don't
>>> disclose information about receiver, you are not helping in debugging
>>> the issue.
>>
>> My own Email-Client is TheBat! (V 3.95.6). But the garbage is
>> also in received Emails by Squirrelmail.

> Could you test your PHP settings
> (http://www.squirrelmail.org/wiki/TestPHPSettings) and show php mbstring
> extension configuration?

mbstring

Multibyte Support       enabled
Japanese support        enabled
Simplified chinese support      enabled
Traditional chinese support     enabled
Korean support  enabled
Russian support         enabled
Multibyte (japanese) regex support      enabled


Directive       Local Value     Master Value

mbstring.detect_order   no value        no value
mbstring.encoding_translation   Off     Off
mbstring.func_overload  0       0
mbstring.http_input     pass    pass
mbstring.http_output    pass    pass
mbstring.internal_encoding      no value        no value
mbstring.language       neutral neutral
mbstring.substitute_character   no value        no value


> Could you open SquirrelMail src/compose.php script, find the lines with
> ----
> echo "\n" . '<form name="compose" action="compose.php" method="post" ' .
>         'enctype="multipart/form-data"';
> do_hook('compose_form');

echo ">>\n";
> ----

> and modify them to
> ----
> echo "\n" . '<form name="compose" action="compose.php" method="post" ' .
>      'enctype="multipart/form-data"';
> do_hook('compose_form');
> echo ' accept-charset="' . htmlspecialchars($default_charset) . '"';
echo ">>\n";
> ----

done. No improvement

-- 
Viele Gruesse, Kind regards,
 Jim Knuth
 [EMAIL PROTECTED]
 ICQ #277289867
----------
Zufalls-Zitat
----------
Stell dir vor, es wird Frühling und kein Baum macht mit.
----------
Der Text hat nichts mit dem Empfaenger der Mail zu tun
----------
Virus free. Checked by NOD32 Version 2062 Build 9077  15.02.2007


-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
--
squirrelmail-users mailing list
Posting Guidelines: 
http://www.squirrelmail.org/wiki/MailingListPostingGuidelines
List Address: squirrelmail-users@lists.sourceforge.net
List Archives: 
http://news.gmane.org/thread.php?group=gmane.mail.squirrelmail.user
List Archives:  http://sourceforge.net/mailarchive/forum.php?forum_id=2995
List Info: https://lists.sourceforge.net/lists/listinfo/squirrelmail-users

Reply via email to