There was an error while loading. Please reload this page.
1 parent 53e69bb commit a09a45bCopy full SHA for a09a45b
src/Header.php
@@ -433,7 +433,7 @@ private function decode(mixed $value): mixed {
433
$value = \imap_utf8($value);
434
}
435
} elseif ($decoder === 'iconv' && $this->is_uft8($value)) {
436
- $value = iconv_mime_decode($value);
+ $value = iconv_mime_decode($value, ICONV_MIME_DECODE_CONTINUE_ON_ERROR, "UTF-8");
437
438
439
if ($this->is_uft8($value)) {
0 commit comments