1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00
curl/tests/data/test660
Daniel Stenberg a5ab72d5ed
test677: IMAP CONNECT_ONLY, custom command and then exit
Adjusted ftpserver.pl to add support for the IMAP IDLE command

Adjusted test 660 to sync with the fix
2021-06-24 09:07:40 +02:00

35 lines
368 B
Plaintext

<testcase>
<info>
<keywords>
IMAP
CONNECT_ONLY
</keywords>
</info>
# Client-side
<client>
<server>
imap
</server>
<tool>
lib597
</tool>
<name>
IMAP CONNECT_ONLY option
</name>
<command>
imap://%HOSTIP:%IMAPPORT/%TESTNUMBER
</command>
</client>
#
# Verify data after the test has been "shot"
<verify>
<protocol>
A001 CAPABILITY
</protocol>
</verify>
</testcase>