Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, Is there any way I can access and parse an OE5 dbx file? Thanks.

Replies are listed 'Best First'.
Re: parse OE5 DBX file
by Corion (Patriarch) on Jun 16, 2002 at 13:13 UTC

    A short Google search turned up oe2mbx, which claims to read Outlook Express 4/5 dbx files to mbox files. A Perl interface is not available, but for example the Mail::Box suite of modules can easily parse/manipulate the mbox file.

    perl -MHTTP::Daemon -MHTTP::Response -MLWP::Simple -e ' ; # The $d = new HTTP::Daemon and fork and getprint $d->url and exit;#spider ($c = $d->accept())->get_request(); $c->send_response( new #in the HTTP::Response(200,$_,$_,qq(Just another Perl hacker\n))); ' # web
Re: parse OE5 DBX file
by dree (Monsignor) on Jun 16, 2002 at 13:22 UTC
    A lot of words have been written in PM! :)

    Search is your best friend! For example: outlook

    UPDATE: fixed broken link