Tim Legant <[EMAIL PROTECTED]> writes: > This is the RFC2047 stuff (special extensions for > internationalization in headers). The email package supports > encoding and decoding this, but I don't know if it's automatic or if > we'll need to call it per header or something like that.
Take a look at email.Header.decode_header() and email.Header.encode(). AFAIK, it isn't documented yet save code comments. _________________________________________________ tmda-workers mailing list ([EMAIL PROTECTED]) http://tmda.net/lists/listinfo/tmda-workers
