Chris Rebert wrote:

> 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

That's just what I need. Thanks.

> The Global Module Index is your friend:
> http://docs.python.org/modindex.html

Yes it is!

-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to