On Sun, 2003-12-14 at 19:08, Tokio Kikuchi wrote: > I think this one is not necessary if the encoding is non-ascii. > Any special characters should be properly escaped.
But if you look a the way uheader() is used here, it always turns the description string into a unicode, so Header won't RFC 2047 quote the string. -Barry _______________________________________________ Mailman-Developers mailing list [EMAIL PROTECTED] http://mail.python.org/mailman/listinfo/mailman-developers
