From: David Levine Date: Sat, 24 Sep 2016 02:13:04 +0000 (-0400) Subject: Specify that mhbuild -autoheaderencoding picks either base64 or q-p, X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/4d19fdc6dedc121c6ef63bd646dc50d64a18f45d?ds=inline;hp=f29bbf35b2de1893a3e383943f813cbc4f41960b Specify that mhbuild -autoheaderencoding picks either base64 or q-p, but not utf-8. --- diff --git a/man/mhbuild.man b/man/mhbuild.man index 7667b3a3..18e82abf 100644 --- a/man/mhbuild.man +++ b/man/mhbuild.man @@ -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 -for based\-64 encoding, +for base\-64 encoding, .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 -switch will instruct +switch instructs .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.