fix completely braindead rfc2047 parsing, that choke on something as
authorPierre Habouzit <madcoder@debian.org>
Fri, 24 Nov 2006 00:39:11 +0000 (01:39 +0100)
committerPierre Habouzit <madcoder@debian.org>
Fri, 24 Nov 2006 00:39:11 +0000 (01:39 +0100)
stupid as:

=?UTF-8?Q?foobar??=

this is totally valid, and we choke on this because of the ? in that
string. it's not ambiguous, so deal with it correctly, and get "foobar?"
as a result instead of =?UTF-8?....?=


No differences found