Hi, I am trying to write a script that will parse Microsoft outlook Inbox to a .txt file. Please let me know if there a way to do that. Thanks in advance for your help.
I know very little about this specific subject, but Mail::Box has some support for Outlook (maybe only express) mail, via Mail::Transport::Dbx. It is read only which sounds like it should support your purposes, and works on dbx files whatever those are. Other than that I haven't seen any outlook mail parsers before...
There also appears to be this conversion tool:
http://search.cpan.org/~dcoppit/mbx2mbox-0.34/mbx2mbox
Which once you have them in standard mbox format you can use one of the many mail handling modules to take it the rest of the way....
Good luck,
http://danconia.org
-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>