On July 28, 2005 at 6:54PM +0900,
tats (at vega.ocn.ne.jp) wrote:
> > print
> > mimify.mime_encode_header("á12345678901234567890123456789012345678901234567890123456789012345678901234567890")
>
> To reproduce the problem, add " ", " foobar" or so to the string,
> as follows:
>
> print
> mimify.mime_encode_header("á12345678901234567890123456789012345678901234567890123456789012345678901234567890
> ")
BTW, the value of the former code contains non-ASCII raw character
that is invalid.
I also found the problem in From field with rss2email. Even if " "
is added, the value of the follow code contains non-ASCII raw character.
print mimify.mime_encode_header("\"012á34 56789\" ")
--
Tatsuya Kinoshita
pgpLSDiat3f9j.pgp
Description: PGP signature

