[SM-USERS] Bug Report

2007-08-22 Thread chose
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

Re: [SM-USERS] SM 1.4.22 on php 5.6.1/apache 2.4.10 problems

2015-03-19 Thread chose
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