From 6f2d5f0562f64a95407869a1fe365e652b0a5a8d Mon Sep 17 00:00:00 2001 From: Steve Holme Date: Tue, 24 Dec 2013 16:32:48 +0000 Subject: pop3: Fixed APOP being determined by CAPA response rather than by timestamp This commit replaces that of 9f260b5d6610f3 because according to RFC-2449, section 6, there is no APOP capability "...even though APOP is an optional command in [POP3]. Clients discover server support of APOP by the presence in the greeting banner of an initial challenge enclosed in angle brackets." --- RELEASE-NOTES | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'RELEASE-NOTES') diff --git a/RELEASE-NOTES b/RELEASE-NOTES index 2e4da90e1..5b2cb47ba 100644 --- a/RELEASE-NOTES +++ b/RELEASE-NOTES @@ -15,7 +15,7 @@ This release includes the following changes: This release includes the following bugfixes: o curl_easy_setopt: Fixed OAuth 2.0 Bearer option name [1] - o pop3: Fixed selection of APOP when server replies with an invalid timestamp + o pop3: pop3: Fixed APOP being determined by CAPA response rather than by timestamp o This release includes the following known bugs: -- cgit v1.2.3