http://www.perlmonks.org?node_id=64350

Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: (database programming)

I'm trying to make a consistent archive of all my mail, but since some of it is in Netscape's files, I'm having a hard time figuring how they work.

Anyone has alreay done this or has clues for me?


Thanks in advance.
Michele

Originally posted as a Categorized Question.

  • Comment on How can I read the Netscape's Mail Files?

Replies are listed 'Best First'.
Re: How can I read the Netscape's Mail Files?
by goldclaw (Scribe) on Mar 14, 2001 at 17:02 UTC
    Netscape uses standar MBox format. Have a look at the Mail::Box::Mbox module. Of cource, it doesn't deal with netscape's summary files, but netscape will happily update those for you.

    goldclaw

Re: How can I read the Netscape's Mail Files?
by trs80 (Priest) on Jan 19, 2002 at 10:31 UTC
    I ran my Inbox through Mhonarc so I could access it
    via the web. Mhonarc gives you lots of formatting
    options as well.
    For specifics on using it with Netscape mail accounts
    list this page
Re: How can I read the Netscape's Mail Files?
by trs80 (Priest) on Jan 19, 2002 at 09:49 UTC
    I ran my Inbox through Mhonarc so I could access it
    via the web. Mhonarc gives you lots of formatting
    options as well.
    For specifics on using it with Netscape mail accounts
    list this page.

    Originally posted as a Categorized Answer.