Re: SM 1.4.22 on php 5.6.1/apache 2.4.10 problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



  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 ($replace);

   This worked for me, seem all is all right

   Thanks and best regards
  Josef Karliak




>> Date: Tue, 17 Mar 2015 09:16:31 +0100
>> From: chose@xxxxxxxxxx
>> To: squirrelmail-users@xxxxxxxxxxxxxxxxxxxxx
>> Subject:  SM 1.4.22 on php 5.6.1/apache 2.4.10 problems
>>
>>   Good morning,
>>   I've some issues with SM. I've solved some its issues with IE11 (user
>> could not download attachments with some czech characters or space in
>> the attachments name - changed/added some code to mime.php ).
>> But there is an issue with displaying some subject or sender's name. In
>> the Firefox too.
>>   In case of the name - if i put a curson on that empty field and wait a
>> few seconds, I can see an email. In this cases there is an Czech
>> character in the sender's name. But there is a lot of emails with Czech
>> character in the name that are displayed correctly.
>>   In case of the subject - this field is blank randomly :-/
>>
>>   Does anybody has this issue ?
>>
>>   Thanks and best regards
>>   J.Karliak
>
> Hi Josef,
>
> I had a series of issues when upgrading to OpenSuse13.2 that has apache
> 2.4.10 and php 5.6. Both components have been changed in a few ways. (I
> don't know enough about these platforms to be able to be specific). I
> found that the "late December" Squirrelmail 1.4.23 SVN with a "manual
> character set fix" patch worked 99% for me (together with some apache- and
> php-related adjustments to the various previous config files that you will
> have to google for).
>
> I still experience a character set problem for the sender name (although
> the e-mail is listed and clickable in the main Squirrelmail screen). And I
> can't seem to change the config to accept e-mails larger than 2MB after
> the upgrade. It's not perfect but reasonably usable.
>
> Look at the mailing list's archive from 2014-12 until 2015-03 for more
> information and a link to the patch. Please report back your results.
>
> Cheers
>
> Niclas
>
>
>
> ------------------------------------------------------------------------------
> Dive into the World of Parallel Programming The Go Parallel Website,
> sponsored
> by Intel and developed in partnership with Slashdot Media, is your hub for
> all
> things parallel software development, from weekly thought leadership blogs
> to
> news, videos, case studies, tutorials and more. Take a look and join the
> conversation now. http://goparallel.sourceforge.net/
> -----
> 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
>



------------------------------------------------------------------------------
Dive into the World of Parallel Programming The Go Parallel Website, sponsored
by Intel and developed in partnership with Slashdot Media, is your hub for all
things parallel software development, from weekly thought leadership blogs to
news, videos, case studies, tutorials and more. Take a look and join the 
conversation now. http://goparallel.sourceforge.net/
-----
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




[Index of Archives]     [Video For Linux]     [Yosemite News]     [Yosemite Photos]     [gtk]     [KDE]     [Cyrus SASL]     [Gimp on Windows]     [Steve's Art]     [Webcams]

  Powered by Linux