Partially revert 9546d22c6: don't validate with parse_charset()

pull/36/merge
Thomas Bruederli 12 years ago
parent 0f7d11e798
commit 08df33b5c2

@ -179,7 +179,7 @@ class rcube_charset
static $mbstring_sch = null;
static $conv = null;
$to = empty($to) ? RCMAIL_CHARSET : self::parse_charset($to);
$to = empty($to) ? RCMAIL_CHARSET : $to;
$from = self::parse_charset($from);
// It is a common case when UTF-16 charset is used with US-ASCII content (#1488654)

Loading…
Cancel
Save