From: David Levine Date: Fri, 23 Sep 2016 15:55:20 +0000 (-0400) Subject: Added SMTPUTF8 (RFC 6531) support: X-Git-Url: https://diplodocus.org/git/nmh/commitdiff_plain/a2c417d3e1641ba4ab151b7945b90f55176705b1?ds=sidebyside;hp=a2c417d3e1641ba4ab151b7945b90f55176705b1 Added SMTPUTF8 (RFC 6531) support: 1) Allow 8-bit characters in addresses. 2) Disable RFC 2047 encoding of (all) header field bodies, via mhbuild -headerencoding 8bit. 3) Have post enable it in the SMTP transaction. 4) If enabled, add the commands to the SMTP transaction (MAIL FROM:
BODY=8BITMIME SMTPUTF8). Some things may changed, such as the 8bit encoding algorithm name. ---