On Mon, Oct 25, 2010 at 7:18 PM, Arthur Divot <art...@example.com> wrote: > Is there a python library equivalent to Perl's News::Article > (load a file containing a news or mail message into an > object, manipulate the headers and body, create a new empty > one, save one to a file)?
The `email` package in the std lib?: http://docs.python.org/library/email.html The Global Module Index is your friend: http://docs.python.org/modindex.html Cheers, Chris -- http://mail.python.org/mailman/listinfo/python-list