Regarding Mail::Box::Manager
"V.R.P. Prasad" <[email protected]> Mon, 17 Jan 2005 04:50:11 -0800
| Newsgroups | gmane.comp.lang.perl.modules.mail-box |
|---|---|
| Message-ID | <01b401c4fc93$1825f7b0$9b01a8c0@vrpprasad> |
Hi,
Earlier I used to extract mbox attachments using
my $manager = Mail::Box::Manager->new;
my $mbox = $manager->open("$mbox_uri"); ($mbox_uri is shared mbox file say \\raj\mboxfiles\abc.mbox).
my $attachcount = $mbox->messages;
It used to throw messages like
Caught a SIG at mbox.pl line 222
$ = main::die_handler('Can\'t locate Mail/Box/Parser/C.pm in @INC (@INC...etc. To avoid error messages I have installed Mail-Box-Parser-C. But after installing this module I couldn't able to extract attachments. attachcount is always showing 1.
Please suggest how can I extract attachments in this case.
Thanks & Warm Regards
V.R.P.Prasad