smtp: Support UTF-8 based host names in the MAIL command

Non-ASCII host names will be ACE encoded if IDN is supported.
This commit is contained in:
Steve Holme 2020-02-07 15:53:25 +00:00
parent 9352a40779
commit 68fb25fa3f
No known key found for this signature in database
GPG key ID: 4059CB85CA7E8F19
4 changed files with 187 additions and 7 deletions

View file

@ -16,6 +16,9 @@ SMTP
<server>
smtp
</server>
<features>
!idn
</features>
<setenv>
LC_ALL=en_US.UTF-8
LC_CTYPE=en_US.UTF-8