summaryrefslogtreecommitdiff
path: root/tests/data/test959
Commit message (Collapse)AuthorAgeFilesLines
* tests: use %TESTNUMBER instead of fixed numberDaniel Stenberg2021-03-191-2/+2
| | | | | | | This makes the tests easier to copy and relocate to other test numbers without having to update content. Closes #6738
* ftpserver: don't verify SMTP MAIL FROM namesDaniel Stenberg2020-07-031-0/+3
| | | | | | | Rely on tests asking the names to get refused instead - test servers should be as dumb as possible. Edited test 914, 955 and 959 accordingly. Closes #5639
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-021-0/+1
| | | | | Fixes #4988 Closes #4992
* smtp: Support UTF-8 based host names in the MAIL commandSteve Holme2020-02-261-0/+3
| | | | Non-ASCII host names will be ACE encoded if IDN is supported.
* smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme2020-02-251-0/+53