aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test837
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2015-01-28 19:35:35 +0000
committerSteve Holme <steve_holme@hotmail.com>2015-01-28 19:50:34 +0000
commite3558a551b832ed08dbaf59c0674295cbf524da2 (patch)
treee7e4916e4c72d6c8f3e80d81671f425bf8f0e617 /tests/data/test837
parent595a66ce0fe3ff7e081aa15e3ae948768b8450a3 (diff)
tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests
Diffstat (limited to 'tests/data/test837')
-rw-r--r--tests/data/test83756
1 files changed, 56 insertions, 0 deletions
diff --git a/tests/data/test837 b/tests/data/test837
new file mode 100644
index 000000000..d5974634e
--- /dev/null
+++ b/tests/data/test837
@@ -0,0 +1,56 @@
+<testcase>
+<info>
+<keywords>
+IMAP
+SASL
+SASL AUTH EXTERNAL
+RFC4422
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<servercmd>
+AUTH EXTERNAL
+REPLY AUTHENTICATE +
+REPLY dXNlcg== A002 OK AUTHENTICATE completed
+</servercmd>
+<data>
+From: me@somewhere
+To: fake@nowhere
+
+body
+
+--
+ yours sincerely
+</data>
+</reply>
+
+#
+# Client-side
+<client>
+<server>
+imap
+</server>
+ <name>
+IMAP external authentication
+ </name>
+ <command>
+'imap://user;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/837/;UID=1'
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+A001 CAPABILITY
+A002 AUTHENTICATE EXTERNAL
+dXNlcg==
+A003 SELECT 837
+A004 FETCH 1 BODY[]
+A005 LOGOUT
+</protocol>
+</verify>
+</testcase>