aboutsummaryrefslogtreecommitdiff
path: root/tests/data/test826
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2013-11-13 08:52:25 +0000
committerSteve Holme <steve_holme@hotmail.com>2013-11-13 09:12:59 +0000
commit3b8c3eb9119e54841757e943a200ec747f7f104d (patch)
tree504b37f8e468ce7547c864106325a103085f34d3 /tests/data/test826
parentb29217d0d682d49bc66e7896c7c658b8c2cfd332 (diff)
tests: Added IMAP login authentication with initial response test
Diffstat (limited to 'tests/data/test826')
-rw-r--r--tests/data/test82655
1 files changed, 55 insertions, 0 deletions
diff --git a/tests/data/test826 b/tests/data/test826
new file mode 100644
index 000000000..fb829e529
--- /dev/null
+++ b/tests/data/test826
@@ -0,0 +1,55 @@
+<testcase>
+<info>
+<keywords>
+IMAP
+IMAP AUTH LOGIN SASL-IR
+</keywords>
+</info>
+
+#
+# Server-side
+<reply>
+<servercmd>
+AUTH LOGIN
+CAPA SASL-IR
+REPLY AUTHENTICATE + UGFzc3dvcmQ6
+REPLY c2VjcmV0 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 login authentication with initial response
+ </name>
+ <command>
+'imap://%HOSTIP:%IMAPPORT/826/;UID=1' -u user:secret
+</command>
+</client>
+
+#
+# Verify data after the test has been "shot"
+<verify>
+<protocol>
+A001 CAPABILITY
+A002 AUTHENTICATE LOGIN dXNlcg==
+c2VjcmV0
+A003 SELECT 826
+A004 FETCH 1 BODY[]
+A005 LOGOUT
+</protocol>
+</verify>
+</testcase>