On Sun, Sep 8, 2013 at 11:28 AM, Kurt @ VR-FX <[email protected]> wrote: > I would like to extract out the e-mail addresses from my Thunderbird Inbox - > to put into a VFP dbf file. I would like to extract the e-mail addy, > person's name (if possible), the Subject and the Content/msg Body.
IIRC, Thunderbird saves mails locally in mbox format <http://en.wikipedia.org/wiki/Mbox>, which is a plaintext file format. It should be fairly straightforward to write a VFP routine to slurp in the mbox file and parse out your items of interest. dt -- Dave Thayer Denver, CO _______________________________________________ Post Messages to: [email protected] Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech Searchable Archive: http://leafe.com/archives/search/profox This message: http://leafe.com/archives/byMID/profox/caao+qouabodn6mkropyhyaemnhnrqibs+crzg8ptynbwm13...@mail.gmail.com ** All postings, unless explicitly stated otherwise, are the opinions of the author, and do not constitute legal or medical advice. This statement is added to the messages for those lawyers who are too stupid to see the obvious.

