> Thanks for your advice Atoth, I've found at least 4 patches in the thread you sent me, but I think you refer to this one: quoted_printable_fix-1.4.x-version_3.diff I tried to apply it, but it always got rejected, so I checked the implicated files functions/i18n.php and functions/strings.php, and I have found that they already had what the patch was applying, exept that in file functions/strings.php there was a section not included which I included manually, but there was no imporvement anyway. Actually as you can see in this mail nor even what you wrote to me is recovered in the reply. + + // make sure htmlspecialchars() supports the needed encoding + // + if (!in_array(strtolower($encoding), $htmlspecialchars_charsets)) + { + // use default from configuration if provided or hard-coded fallback + // + global $default_htmlspecialchars_encoding; + if (!empty($default_htmlspecialchars_encoding)) + $encoding = $default_htmlspecialchars_encoding; + else + $encoding = 'iso-8859-1'; + } + + here are the packages I have installed: squirrelmail_1.4.23~svn20120406-2ubuntu1_all.deb squirrelmail-compatibility_2.0.16-1_all.deb squirrelmail-decode_1.2-1ubuntu1_all.deb squirrelmail-locales_1.4.18-20090526-1_all.deb squirrelmail-lockout_1.7-2_all.deb squirrelmail-logger_2.3.1-1_all.deb squirrelmail-quicksave_2.4.5-1_all.deb squirrelmail-secure-login_1.4-3_all.deb squirrelmail-sent-confirmation_1.6-2_all.deb squirrelmail-spam-buttons_2.3.1-1_all.deb squirrelmail-viewashtml_3.8-3_all.deb ----- squirrelmail-users mailing list Posting guidelines: http://squirrelmail.org/postingguidelines List address: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx List archives: http://news.gmane.org/gmane.mail.squirrelmail.user List info (subscribe/unsubscribe/change options): https://lists.sourceforge.net/lists/listinfo/squirrelmail-users