Aurelien Bompard writes: > I'm really interested in any insight on this issue. Thanks for reading all > that :-)
RFC 2047 and RFC 2231 should be treated as wire protocol, and handled at the bytes level. I haven't looked at this in a while, but I'm pretty sure Python 3's email module does this correctly. I would say that the routines that do this decoding should return bytes, and there should be called by the get() and __getitem__() methods. I don't have time to take a close look at the code until the weekend at least. Steve _______________________________________________ Mailman-Developers mailing list [email protected] https://mail.python.org/mailman/listinfo/mailman-developers Mailman FAQ: http://wiki.list.org/x/AgA3 Searchable Archives: http://www.mail-archive.com/mailman-developers%40python.org/ Unsubscribe: https://mail.python.org/mailman/options/mailman-developers/archive%40jab.org Security Policy: http://wiki.list.org/x/QIA9
