Re: python library for mail/news message headers bodies?

2010-10-26 Thread Arthur Divot
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

python library for mail/news message headers bodies?

2010-10-25 Thread Arthur Divot
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)? Thanks! -- http://mail.python.org/mailman/listinfo/python-list

Re: python library for mail/news message headers bodies?

2010-10-25 Thread Chris Rebert
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