aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test801
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-01-06 19:13:58 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-01-06 19:13:58 +0000
commitdb205177961218ebd8e358351dc9dd94490c79e6 (patch)
tree8a5e2313f13804ba32528e6b44428cf39c6fb8a7 /tests/data/test801
parent4a5aa6682daeea7cd7cbbb47ce3e1c310e9261c2 (diff)
imap: Added support for SASL based authentication mechanism detection
Added support for detecting the supported SASL authentication mechanisms via the CAPABILITY command.
Diffstat (limited to 'tests/data/test801')
-rw-r--r--tests/data/test8019
1 files changed, 5 insertions, 4 deletions
diff --git a/tests/data/test801 b/tests/data/test801
index 271d8d1f7..d5f1cfeb9 100644
--- a/tests/data/test801
+++ b/tests/data/test801
@@ -38,10 +38,11 @@ imap://%HOSTIP:%IMAPPORT/801 -u user:secret
# Verify data after the test has been "shot"
<verify>
<protocol>
-B LOGIN user secret
-C SELECT 801
-D FETCH 1 BODY[TEXT]
-A LOGOUT
+B CAPABILITY
+C LOGIN user secret
+D SELECT 801
+A FETCH 1 BODY[TEXT]
+B LOGOUT
</protocol>
</verify>
</testcase>