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)
commit09a7c8b5bbcc1630207e799d07e4ac438c9c3f1c
treef3c1cf9c4867c41d507bd234599baba2b3402621
parentceffe3e66d8c6690ac460046945f09aee43e6d46
fix completely braindead rfc2047 parsing, that choke on something as
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?....?=
lib-mime/rfc2047.c