Mail::MboxParser query getting the raw message

2003-03-10 Thread Ramprasad
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

Re: Problem with Mail::MboxParser

2002-11-18 Thread Jan Gruber
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 &

Problem with Mail::MboxParser

2002-11-18 Thread Nandita Shenvi
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

Mail-Mboxparser

2002-04-14 Thread Ankit Gupta
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