We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e305c81 commit ed0ee3bCopy full SHA for ed0ee3b
src/Message.php
@@ -959,10 +959,6 @@ private function encodeHeader($header, $value)
959
if ($char === 32 && $num + 1 === $all) {
960
$ascii = false;
961
}
962
- if ($num < $offset) {
963
- $ascii = true;
964
- $coding = false;
965
- }
966
if (!$coding && $char === 61 && preg_match('/;(\s+)?([a-z0-9\-]+)(\s+)?(=(\s+)?\"[^\"]+)?/ui', $result)) {
967
$ascii = true;
968
0 commit comments