diff options
author | Steve Holme <steve_holme@hotmail.com> | 2015-01-28 19:35:35 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2015-01-28 19:50:34 +0000 |
commit | e3558a551b832ed08dbaf59c0674295cbf524da2 (patch) | |
tree | e7e4916e4c72d6c8f3e80d81671f425bf8f0e617 /tests/data/test943 | |
parent | 595a66ce0fe3ff7e081aa15e3ae948768b8450a3 (diff) | |
download | curl-e3558a551b832ed08dbaf59c0674295cbf524da2.tar.gz |
tests: Grouped IMAP SASL EXTERNAL tests with other IMAP tests
Diffstat (limited to 'tests/data/test943')
-rw-r--r-- | tests/data/test943 | 56 |
1 files changed, 0 insertions, 56 deletions
diff --git a/tests/data/test943 b/tests/data/test943 deleted file mode 100644 index 833a92b83..000000000 --- a/tests/data/test943 +++ /dev/null @@ -1,56 +0,0 @@ -<testcase> -<info> -<keywords> -IMAP -SASL -SASL AUTH EXTERNAL -RFC4422 -</keywords> -</info> - -# -# Server-side -<reply> -<servercmd> -AUTH EXTERNAL -REPLY AUTHENTICATE + -REPLY = 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 without credentials - </name> - <command> -'imap://;AUTH=EXTERNAL@%HOSTIP:%IMAPPORT/943/;UID=1' -</command> -</client> - -# -# Verify data after the test has been "shot" -<verify> -<protocol> -A001 CAPABILITY
-A002 AUTHENTICATE EXTERNAL
-=
-A003 SELECT 943
-A004 FETCH 1 BODY[]
-A005 LOGOUT
-</protocol> -</verify> -</testcase> |