pankaj_it09 has asked for the wisdom of the Perl Monks concerning the following question:
my $data = $imap->get_rfc822_body($msg); ### Create a new parser object: my $parser = new MIME::Parser; ### Tell it where to put things: $parser->output_under("I:/test"); ### Parse an in-core MIME message: my $entity = $parser->parse_data($data);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: How to make MIME::Parser store emails in .txt files
by wjw (Priest) on May 12, 2014 at 03:28 UTC |