Hello all,
I am using Mail::MboxParser for cleaning up my mail folders created
in pine. Pine puts all junk chars which I wish to remove
How do I get the raw message from the message object created in
Mail::MboxParser
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e
Hi !
> in the above case line 31 is
> my $mb = Mail::MboxParser->new("(\*STDIN)", decode => 'HEADER');
my $mb = Mail::MboxParser->new("\*STDIN", decode => 'HEADER');
should work fine (untested).
HTH,
Jan
--
cat /dev/world | perl -e &
Hallo All,
I am new in perl and will be grarefull for any help.
my perl script is as follows:
#!/usr/bin/perl -w
use lib "/home/shenvi/share/man/man3";
use IO;
use Mail::Internet;
use MIME::Tool;
use Mail::MboxParser::Mail;
use Mail::MboxParser;
#USE OF Mail::MboxParse
Hello,
I have downloaded Mail-Mboxparser module as I have to parse emails in
Mailbox for their From, UID and Message body part. This module is dependent
on Mime-tools package and Mime-tools package is further dependent on some
more modules. I have windows Me and have PPM for installing modules