squirrel-quoted
no way to compare when less than two revisions
Differences
This shows you the differences between two versions of the page.
— | squirrel-quoted [2015-09-16 02:40:57] (current) – created - external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | ====== SquirrelMail not displaying some subjects/ | ||
+ | Got report after upgrade to Debian Jessie that SquirrelMail does not show messages using quoted-printable. | ||
+ | |||
+ | http:// | ||
+ | |||
+ | < | ||
+ | --- / | ||
+ | +++ / | ||
+ | @@ -184,7 +184,7 @@ | ||
+ | } | ||
+ | |||
+ | /* All HTML special characters are 7 bit and can be replaced first */ | ||
+ | - if (! $save_html) $string = sm_encode_html_special_chars ($string); | ||
+ | + if (! $save_html) $string = sm_encode_html_special_chars($string, | ||
+ | | ||
+ | |||
+ | | ||
+ | --- / | ||
+ | +++ / | ||
+ | @@ -1496,6 +1496,24 @@ | ||
+ | | ||
+ | | ||
+ | { | ||
+ | + | ||
+ | + | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ' | ||
+ | + ); | ||
+ | + | ||
+ | if (!$encoding) | ||
+ | { | ||
+ | | ||
+ | @@ -1504,6 +1522,17 @@ | ||
+ | | ||
+ | } | ||
+ | |||
+ | + if (!in_array(strtolower($encoding), | ||
+ | + { | ||
+ | + // use default from configuration if provided or hard-coded fallback | ||
+ | + // | ||
+ | + global $default_htmlspecialchars_encoding; | ||
+ | + if (!empty($default_htmlspecialchars_encoding)) | ||
+ | + | ||
+ | + else | ||
+ | + | ||
+ | + } | ||
+ | + | ||
+ | if (check_php_version(5, | ||
+ | | ||
+ | </ | ||
+ | |||
+ | No idea what it does and if this is ever going to be mainlined. |
squirrel-quoted.txt · Last modified: by 127.0.0.1