mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-13 03:27:39 +03:00
Change for #555
This commit is contained in:
parent
fc2958538c
commit
e6fc06b346
1 changed files with 1 additions and 1 deletions
|
|
@ -128,7 +128,7 @@ abstract class Utils
|
||||||
{
|
{
|
||||||
static $aSupportedEncodings = null;
|
static $aSupportedEncodings = null;
|
||||||
if (null === $aSupportedEncodings) {
|
if (null === $aSupportedEncodings) {
|
||||||
$aSupportedEncodings = \mb_list_encodings();
|
$aSupportedEncodings = \array_diff(\mb_list_encodings(), ['BASE64','UUENCODE','HTML-ENTITIES','Quoted-Printable']);
|
||||||
$aSupportedEncodings = \array_map('strtoupper', \array_unique(
|
$aSupportedEncodings = \array_map('strtoupper', \array_unique(
|
||||||
\array_merge(
|
\array_merge(
|
||||||
$aSupportedEncodings,
|
$aSupportedEncodings,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue