From c267c53017bc37d34be23f885f34776659a13c43 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Sun, 27 May 2012 19:09:38 +0100 Subject: pop3: Added support for SASL based authentication mechanism detection Added support for detecting the supported SASL authentication mechanisms via the AUTH command. There are two ways of detecting them, either by using the AUTH command, that will return -ERR if not supported or by using the CAPA command which will return SASL and the list of mechanisms if supported, not include SASL if SASL authentication is not supported or -ERR if the CAPA command is not supported. As such it seems simpler to use the AUTH command and fallback to normal clear text authentication if the the command is not supported. Additionally updated the test cases to return -ERR when the AUTH command is encountered. Additional test cases will be added when support for the individual authentication mechanisms is added. --- tests/data/test810 | 2 ++ 1 file changed, 2 insertions(+) (limited to 'tests/data/test810') diff --git a/tests/data/test810 b/tests/data/test810 index 09f9562a3..2e24c295b 100644 --- a/tests/data/test810 +++ b/tests/data/test810 @@ -13,6 +13,7 @@ LIST # packets SLOWDOWN +REPLY AUTH -ERR unsupported command # When doing LIST, we get the default list output hard-coded in the test # POP3 server @@ -41,6 +42,7 @@ pop3://%HOSTIP:%POP3PORT/ -u user:secret # Verify data after the test has been "shot" +AUTH USER user PASS secret LIST -- cgit v1.2.3