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.
2 parents dd33c76 + 694416e commit ad0c383Copy full SHA for ad0c383
test/issue-337-test.js
@@ -0,0 +1,9 @@
1
+'use strict';
2
+
3
+const simpleParser = require('..').simpleParser;
4
5
+module.exports['Hangs when Reply-To invalid encoded'] = async test => {
6
+ simpleParser('Content-type: text/plain\r\nReply-To: =?U� -8?B?0=D0=BA=D0=BE=D0=B2?=\n\r\n1234');
7
8
+ test.done();
9
+};
0 commit comments