Help for this page

Select Code to Download


  1. or download this
    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;
    
  2. or download this
    perl -MCPAN -e "install MIME::Tools"