mimedecode [-d directory] < file
mimedecode [-d directory] file...
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.
Should probably consider more of headers in deciding if it really is a useful attachment.