From e336bc7c42c73409671ce69ff43830cf077eb234 Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Mon, 4 Jun 2012 19:09:45 +0100 Subject: pop3: Changed the sasl mechanism detection from auth to capa Not all SASL enabled POP3 servers support the AUTH command on its own when trying to detect the supported mechanisms. As such changed the mechanism detection to use the CAPA command instead. --- lib/pop3.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/pop3.h') diff --git a/lib/pop3.h b/lib/pop3.h index 77459aca9..98954cb0b 100644 --- a/lib/pop3.h +++ b/lib/pop3.h @@ -30,7 +30,7 @@ typedef enum { POP3_SERVERGREET, /* waiting for the initial greeting immediately after a connect */ POP3_STARTTLS, - POP3_AUTH, + POP3_CAPA, POP3_AUTH_PLAIN, POP3_AUTH_LOGIN, POP3_AUTH_LOGIN_PASSWD, -- cgit v1.2.3