summaryrefslogtreecommitdiff
path: root/tests/data/test958
Commit message (Collapse)AuthorAgeFilesLines
* pop3/smtp: return *WEIRD_SERVER_REPLY when not understoodDaniel Stenberg2022-03-291-2/+2
| | | | | | | | | This leaves the CURLE_RECV_ERROR error code for explicit failure to receive network data and allows users to better separate the problems. Ref #8356 Reported-by: Rianov Viacheslav Closes #8506
* 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
* tests: disable SMTP UTF-8 tests on WindowsSteve Holme2020-03-021-0/+3
| | | | | Fixes #4988 Closes #4992
* smtp: Added UTF-8 mailbox tests to verify existing behaviourSteve Holme2020-02-251-0/+48