Re: Generating multi-part emails

2013-05-15 Thread dieter
Steven D'Aprano writes: > I wish to generate some test data for a program that deals with emails. I > need something that can produce multi-part emails, including "broken" > emails that violate email standards, especially when it comes to Unicode. I would start producing legal messages (e.g. w

Generating multi-part emails

2013-05-15 Thread Steven D'Aprano
I wish to generate some test data for a program that deals with emails. I need something that can produce multi-part emails, including "broken" emails that violate email standards, especially when it comes to Unicode. Does anyone know of something like this that already exists? It's not necessa