From db205177961218ebd8e358351dc9dd94490c79e6 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 6 Jan 2013 19:13:58 +0000 Subject: imap: Added support for SASL based authentication mechanism detection Added support for detecting the supported SASL authentication mechanisms via the CAPABILITY command. --- tests/data/test801 | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'tests/data/test801') 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" -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 -- cgit v1.2.3