From 79c77f7c3124f0c10003ad28cba65eafecda3037 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Wed, 13 Nov 2013 09:12:15 +0000 Subject: tests: Added IMAP OAuth 2.0 authentication with initial response test --- tests/data/test828 | 54 ++++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 54 insertions(+) create mode 100644 tests/data/test828 (limited to 'tests/data/test828') diff --git a/tests/data/test828 b/tests/data/test828 new file mode 100644 index 000000000..03f3bd5fb --- /dev/null +++ b/tests/data/test828 @@ -0,0 +1,54 @@ + + + +IMAP +IMAP AUTH OAUTH2 SASL-IR +RFC6749 + + + +# +# Server-side + + +AUTH XOAUTH2 +CAPA SASL-IR +REPLY AUTHENTICATE A002 OK AUTHENTICATE completed + + +From: me@somewhere +To: fake@nowhere + +body + +-- + yours sincerely + + + +# +# Client-side + + +imap + + +IMAP OAuth 2.0 authentication with initial response + + +'imap://%HOSTIP:%IMAPPORT/828/;UID=1' -u user --oauth2-bearer mF_9.B5f-4.1JqM + + + +# +# Verify data after the test has been "shot" + + +A001 CAPABILITY +A002 AUTHENTICATE XOAUTH2 dXNlcj11c2VyAWF1dGg9QmVhcmVyIG1GXzkuQjVmLTQuMUpxTQEB +A003 SELECT 828 +A004 FETCH 1 BODY[] +A005 LOGOUT + + + -- cgit v1.2.3