X-Git-Url: https://diplodocus.org/git/nmh/blobdiff_plain/a2c417d3e1641ba4ab151b7945b90f55176705b1..cb7874fcb45549b99e4847affe4a2bd20e20e648:/man/mhbuild.man diff --git a/man/mhbuild.man b/man/mhbuild.man index c1237a75..18e82abf 100644 --- a/man/mhbuild.man +++ b/man/mhbuild.man @@ -765,18 +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 8bit -for raw 8-bit encoding, which requires that all 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.