You may find Mail::Box::Mbox to be of some assistance as well.
use strict; use Mail::Box::Mbox; my $input = Mail::Box::Mbox->new(folder=>$ifile) or die; for my $msg ($input->messages) { print "[$ifile] message subject: ", $msg->subject, " sender: ", $m +sg->sender, "\n"; } $input->close;
-Paul
In reply to Re: Resend Email from Mbox format
by jettero
in thread Resend Email from Mbox format
by gowthamtr
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |