From: Daniel Stenberg Date: Mon, 31 Jul 2023 06:47:22 +0000 (+0200) Subject: KNOWN_BUGS: APOP authentication fails on POP3 X-Git-Tag: curl-8_3_0~270 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=403e4dc1ed5a557e73391f9fe1116292787ee6f6;p=thirdparty%2Fcurl.git KNOWN_BUGS: APOP authentication fails on POP3 Closes #10073 --- diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index dd731b9da2..4b2efd1f65 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -31,6 +31,7 @@ problems may have been fixed or changed somewhat since this was written. 3.2 No disconnect command 3.3 POP3 expects "CRLF.CRLF" eob for some single-line responses 3.4 AUTH PLAIN for SMTP is not working on all servers + 3.5 APOP authentication fails on POP3 4. Command line @@ -205,6 +206,10 @@ problems may have been fixed or changed somewhat since this was written. See https://github.com/curl/curl/issues/4080 +3.5 APOP authentication fails on POP3 + + See https://github.com/curl/curl/issues/10073 + 4. Command line 5. Build and portability issues