@@ -93,7 +93,7 @@ |
||
| 93 | 93 | } |
| 94 | 94 | $mbSupported = false; |
| 95 | 95 | $charset = CharsetConverter::findSupportedCharset($matches[1], $mbSupported); |
| 96 | - $normalized = '=?' . $charset . '?' . $matches[2] . '?' |
|
| 96 | + $normalized = '=?'.$charset.'?'.$matches[2].'?' |
|
| 97 | 97 | . str_replace('_', '=20', $body); |
| 98 | 98 | if ($mbSupported) { |
| 99 | 99 | return mb_decode_mimeheader($normalized); |