mirror of
https://github.com/moparisthebest/curl
synced 2024-11-05 09:05:04 -05:00
4225e5db1b
which basically just makes sure LOGOUT is *not* issued on disconnect
35 lines
360 B
Plaintext
35 lines
360 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/660
|
|
</command>
|
|
|
|
</client>
|
|
|
|
#
|
|
# Verify data after the test has been "shot"
|
|
<verify>
|
|
<protocol>
|
|
A001 CAPABILITY
|
|
</protocol>
|
|
</verify>
|
|
</testcase>
|