MIME::Parser

A

afrinspray

Does anyone have any experience with MIME::parser? It's leaving a ton
of folders in my /tmp dir.

I have the following options set:
$parser = new MIME::parser;
$parser->output_under("/tmp"); # Temporary messages are created here
$parser->output_prefix("msg"); # The temp messages have this prefix
$parser->decode_headers(0); # Not recommended by manual
$parser->extract_nested_messages(0);
$parser->extract_uuencode(1); # Automatically breaks up uuencoded
messages
$parser->ignore_errors(1);

then later I:
$parser->filer->purge;

which I thought cleans it up. Ideas? Also do those settings look
alright?

Mike
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top