I subscribe to the squirrelmail-users mailing list.
[ ] True - No need to CC me when replying
[X] False - Please CC me when replying
This bug occurs when I ...
... view a particular message.
The description of the bug:
There is a email with czech chars in the subject, sent with read
co
Good afternoon,
thanks for the tip. The patches didn't work to me, but I've solved it by
the changing some lines in the "mime.php":
about line 711:
...
...
$replace = $res[4];
...
...
replace and add:
$replace = str_replace('_', ' ', $res[4]);
$replace = quoted_printable_decode ($r