You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
mblaze/man/mmime.1

61 lines
1.2 KiB
Groff

8 years ago
.Dd July 22, 2016
.Dt MMIME 1
.Os
.Sh NAME
.Nm mmime
.Nd encode MIME mails
.Sh SYNOPSIS
.Nm
.Sh DESCRIPTION
.Nm
8 years ago
encodes the standard input into a MIME message.
8 years ago
.Pp
.Nm
generates a
.Sq Li multipart/mixed
mail from standard input,
8 years ago
extending, wrapping, and encoding the header as neccessary,
8 years ago
and replacing body lines looking like
8 years ago
.Pp
8 years ago
.D1 Li # Ns Ar type Pa filename
8 years ago
.Pp
8 years ago
with a MIME part having Content-Type
.Ar type
consisting of the contents of
.Pa filename .
.Sh EXIT STATUS
.Ex -std
.Sh SEE ALSO
.Rs
.%A N. Freed
.%A N. Borenstein
.%D November 1996
8 years ago
.%R RFC 2045
.%T Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies
8 years ago
.Re
.Rs
.%A N. Freed
.%A N. Borenstein
.%D November 1996
8 years ago
.%R RFC 2046
.%T Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
8 years ago
.Re
.Rs
8 years ago
.%A K. Moore
8 years ago
.%D November 1996
8 years ago
.%R RFC 2047
.%T MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text
8 years ago
.Re
.Sh AUTHORS
.An Christian Neukirchen Aq Mt chneukirchen@gmail.com
.Sh LICENSE
.Nm
is in the public domain.
.Pp
To the extent possible under law,
the creator of this work
has waived all copyright and related or
neighboring rights to this work.
.Pp
.Lk http://creativecommons.org/publicdomain/zero/1.0/