| MMIME(1) | General Commands Manual | MMIME(1) |
mmime — create
MIME messages
mmime |
[-c | -r]
[-t content-type] <
message |
mmime generates a
‘multipart/mixed’ message from the
standard input, extending, wrapping, and encoding the header as necessary,
and replacing lines in the message body of the form
#content/type[#content-disposition]
path[>filename]with a MIME part having Content-Type content/type, consisting of the contents of the file found at path. content-disposition is optional and defaults to ‘attachment’. filename is optional and defaults to the basename of path.
The options are as follows:
-c-rtext/plain’ message.-t
content-typemultipart/mixed’.The mmime utility exits 0 on
success, and >0 if an error occurs.
N. Freed and N. Borenstein, Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies, RFC 2045, November 1996.
N. Freed and N. Borenstein, Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types, RFC 2046, November 1996.
K. Moore, MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text, RFC 2047, November 1996.
N. Freed and K. Moore, MIME Parameter Value and Encoded Word Extensions: Character Sets, Languages, and Continuations, RFC 2231, November 1997.
P. Resnick (ed.), Internet Message Format, RFC 5322, October 2008.
Leah Neukirchen <leah@vuxu.org>
mmime is in the public domain.
To the extent possible under law, the creator of this work has waived all copyright and related or neighboring rights to this work.
| July 22, 2016 | Debian |