NAME
mimedecode - extract MIME attachments in uudecode-like manner
SYNOPSIS
mimedecode [-d directory] < file
mimedecode [-d directory] file...
DESCRIPTION
mimedecode
processes mail files using MIME::Parser module. It handles "multipart" messages and saves "attached" files (i.e. parts with suggested file names) to their suggested names in the directory specified after -d
, or the current directory if -d
is not given.
BUGS
It needs the module installed.
Should probably consider more of headers in deciding if it really is a useful attachment.
AUTHOR
Slapped together by Nick Ing-Simmons <nick@ni-s.u-net.com>