mirror of
https://github.com/the-djmaze/snappymail.git
synced 2026-07-08 22:18:28 +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;
|
||||
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(
|
||||
\array_merge(
|
||||
$aSupportedEncodings,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue