/
githubmirror
/
curl
Обзор
Документация
Войти
/
githubmirror
/
curl
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
tests/data/test1553
53 строки
699 B
Daniel Stenberg
tests: enhance names, remove duplicates
09 июн 2026, 17:44
Не верифицирован
09 июн 2026, 17:44
4ead428
Код
Авторство
О чём код?
<?xml version="1.0" encoding="US-ASCII"?> <testcase> <info> <keywords> IMAP Clear Text FETCH </keywords> </info> # Server-side <reply> <data crlf="yes"> From: me@somewhere To: fake@nowhere body -- yours sincerely </data> <datacheck> </datacheck> <servercmd> </servercmd> </reply> # Client-side <client> <features> Mime </features> <server> imap </server> <name> IMAP cleanup with non-existing hostname </name> # tool is what to use instead of 'curl' <tool> lib%TESTNUMBER </tool> # this MUST use a hostname that does not resolve <command> imap://non-existing-host.haxx.se:%IMAPPORT/%TESTNUMBER </command> </client> # Verify data after the test has been "shot" <verify> </verify> </testcase>