Fredrik Lundh wrote:
> Phoe6 wrote:
>
> > Have  a look at this snippet, I have a file direct.txt and I want to
> > read it as rfc8222.Message() so that I get the Subject: and Mood: as
> > Dict Keys and content separately, but I am unable to get the Content
> > Properly.
>
> because the rfc822.Message parser only reads the header; to read the
> rest, just call "read" on the file object after you've parsed the header.
>
> see
>
>      http://effbot.org/librarybook/rfc822.htm
>


Thank you. That helped me best to understand the rfc822 module.

Thanks,
Senthil

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

Reply via email to