Re: [SM-USERS] concerning security

2015-03-19 Thread Juergen Nickelsen
On 19.03.2015 03:53, Rajesh M wrote: > is there someway to obfuscate the passwords stored in the browsers ? maybe > concatenate some random numbers/strings with the existing password While your concern is certainly valid, the password storage is purely a browser-side function. The website in qu

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

Re: [SM-USERS] concerning security

2015-03-19 Thread Paul Lesniewski
Learn how to properly quote the messages you are replying to and trim the fluff. > i understand that this has got nothing to do with squirrelmai functionality > ... but what i am asking for will definitely increase the security of > squirrelmail > > password forget plugin does not work. Prove it.