]> diplodocus.org Git - nmh/commitdiff
Specify that mhbuild -autoheaderencoding picks either base64 or q-p,
authorDavid Levine <levinedl@acm.org>
Sat, 24 Sep 2016 02:13:04 +0000 (22:13 -0400)
committerDavid Levine <levinedl@acm.org>
Sat, 24 Sep 2016 02:13:04 +0000 (22:13 -0400)
but not utf-8.

man/mhbuild.man

index 7667b3a353b7a3ba0b3019ab7ab3d207350ae18e..18e82abf0a49835ba9b9fa88a3a88a475ec088ce 100644 (file)
@@ -765,17 +765,19 @@ switch will indicate which algorithm to use when encoding any message headers
 that contain 8\-bit characters.
 The valid arguments are
 .I base64
 that contain 8\-bit characters.
 The valid arguments are
 .I base64
-for based\-64 encoding,
+for base\-64 encoding,
 .I quoted
 for quoted\-printable encoding, and
 .I quoted
 for quoted\-printable encoding, and
-.I utf-8
-which requires that all 8-bit header field bodies be encoded as UTF-8
-(RFC 6530) and that the SMTP server support SMTPUTF8 (RFC 6531).
+.I utf\-8
+which requires that all 8\-bit header field bodies be encoded as UTF\-8
+(RFC 6530) and that the message be sent to a SMTP server that supports
+SMTPUTF8 (RFC 6531).
 The
 .B \-autoheaderencoding
 The
 .B \-autoheaderencoding
-switch will instruct
+switch instructs
 .B mhbuild
 .B mhbuild
-to automatically pick the algorithm that results in a shorter encoded string.
+to automatically pick the encoding, either base64 or quoted\-printable,
+that results in a shorter encoded string.
 .PP
 Putting this all together,
 here is an example of a more complicated message draft.
 .PP
 Putting this all together,
 here is an example of a more complicated message draft.