summaryrefslogtreecommitdiff
path: root/tests/data/test966
Commit message (Collapse)AuthorAgeFilesLines
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-021-0/+1
| | | | | Fixes #4988 Closes #4992
* smtp: Support the SMTPUTF8 extension in the RCPT TO commandSteve Holme2020-02-261-0/+65
Note: The RCPT TO command isn't required to advertise to the server that it contains UTF-8 characters, instead the server is told that a mail may contain UTF-8 in any envelope command via the MAIL command.