about summary refs log tree commit diff
path: root/man/mmime.1
diff options
context:
space:
mode:
authorChristian Neukirchen <chneukirchen@gmail.com>2016-07-22 21:36:46 +0200
committerChristian Neukirchen <chneukirchen@gmail.com>2016-07-22 21:36:46 +0200
commit5927a3f2e37eb58585934bc0925c063796d9f49d (patch)
treecfb97090cc3565eb8f7a427123af950470c43e08 /man/mmime.1
parent9a3d45785e0c116159f90cce3f19cc2769baa1fb (diff)
downloadmblaze-5927a3f2e37eb58585934bc0925c063796d9f49d.tar.gz
mblaze-5927a3f2e37eb58585934bc0925c063796d9f49d.tar.xz
mblaze-5927a3f2e37eb58585934bc0925c063796d9f49d.zip
add manpages
Diffstat (limited to 'man/mmime.1')
-rw-r--r--man/mmime.167
1 files changed, 67 insertions, 0 deletions
diff --git a/man/mmime.1 b/man/mmime.1
new file mode 100644
index 0000000..7565aae
--- /dev/null
+++ b/man/mmime.1
@@ -0,0 +1,67 @@
+.Dd July 22, 2016
+.Dt MMIME 1
+.Os
+.Sh NAME
+.Nm mmime
+.Nd encode MIME mails
+.Sh SYNOPSIS
+.Nm
+.Ar files\ ...
+.Sh DESCRIPTION
+.Nm
+encodes the
+.Ar files
+given as arguments into a MIME message.
+.Pp
+If there is more than one file, a
+.Sq Li multipart/mixed
+mail is generated.
+.Pp
+With no arguments,
+.Nm
+generates a
+.Sq Li multipart/mixed
+mail from standard input,
+extending the header as neccessary,
+and replacing body lines looking like
+.D1 Li # Ns Ar type Pa filename
+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
+.%B Multipurpose Internet Mail Extensions (MIME) Part One: Format of Internet Message Bodies
+.%R RFC 2045
+.%D November 1996
+.Re
+.Rs
+.%A N. Freed
+.%A N. Borenstein
+.%B Multipurpose Internet Mail Extensions (MIME) Part Two: Media Types
+.%R RFC 2046
+.%D November 1996
+.Re
+.Rs
+.%A N. Freed
+.%A N. Borenstein
+.%B MIME (Multipurpose Internet Mail Extensions) Part Three: Message Header Extensions for Non-ASCII Text
+.%R RFC 2047
+.%D November 1996
+.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/