Re: [Tutor] Extracting body of all email messages from an mbox file on computer

2008-09-14 Thread Kent Johnson
On Thu, Sep 11, 2008 at 4:22 AM, grishma govani <[EMAIL PROTECTED]> wrote: > I have the e-mails from gmail in a file on my computer. I have used the code > below extract all the headers. As you can see for now I am using text stored > in document as my body. I just want to extract the plain text a

[Tutor] Extracting body of all email messages from an mbox file on computer

2008-09-11 Thread grishma govani
Yes, I used the part of the code from the second link. I am using the mailbox modules too. I have the e-mails from gmail in a file on my computer. I have used the code below extract all the headers. As you can see for now I am using text stored in document as my body. I just want to extract t