Help for this page
Here's some pretty basic code for parsing a MIME message, and outputting its decoded components to a given directory: ... ### Take a look at the top-level entity (and any parts it has): $entity->dump_skeleton;
perl -MCPAN -e "install MIME::Tools"