On Thu, Jan 08, 2004 at 10:37:02PM -0500 Wiggins d'Anconia wrote:
> PerlDiscuss - Perl Newsgroups and mailing lists wrote:
> >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...

In the hope that the OP was a little sloppy in his wording and he did in
fact mean Outlook Express then, yes, he can use Mail::Transport::Dbx
either directly or through Mail::Box. Those dbx files are OutlookX'
equivalents to the standard mbox format.

If he really meant Outlook, then he's out of luck (heh). I had a look at
the libpst (which is by the same authors as the libdbx used in
M::T::Dbx) but that rather put me off. Outlook's formats are infinitely
more complicated (there seem to be two versions of those living in
parallel even).

Tassilo
-- 
$_=q#",}])!JAPH!qq(tsuJ[{@"tnirp}3..0}_$;//::niam/s~=)]3[))_$-3(rellac(=_$({
pam{rekcahbus})(rekcah{lrePbus})(lreP{rehtonabus})!JAPH!qq(rehtona{tsuJbus#;
$_=reverse,s+(?<=sub).+q#q!'"qq.\t$&."'!#+sexisexiixesixeseg;y~\n~~dddd;eval


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
<http://learn.perl.org/> <http://learn.perl.org/first-response>


Reply via email to