mirror of
https://github.com/curl/curl.git
synced 2026-08-06 10:36:13 +03:00
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:
parent
9352a40779
commit
68fb25fa3f
4 changed files with 187 additions and 7 deletions
|
|
@ -16,6 +16,9 @@ SMTP
|
|||
<server>
|
||||
smtp
|
||||
</server>
|
||||
<features>
|
||||
!idn
|
||||
</features>
|
||||
<setenv>
|
||||
LC_ALL=en_US.UTF-8
|
||||
LC_CTYPE=en_US.UTF-8
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue