UNMIME(1)
NAME
unmime − crack a mime mail message
SYNOPSIS
upas/unmime [ directory ] < message
DESCRIPTION
Unmime decodes a mime formatted message and prints it to standard output.
If directory is specified, each component part that has a name= attribute in the Content-type: header will be placed into a separate file in directory. Unmime will print out the message
>>>>>>>> creating filename <<<<<<<<<<0
for each file created. The intent is to place the binary components into files while printing out the ASCII header and messages. Intent and reality sometimes match.
Unmime is largely superseded by upas/fs (see mail(1)).
SOURCE
/sys/src/cmd/upas/mime/unmime.c
SEE ALSO
Plan 9 — July 29, 2000