]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
KNOWN_BUGS: APOP authentication fails on POP3
authorDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jul 2023 06:47:22 +0000 (08:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Mon, 31 Jul 2023 06:47:22 +0000 (08:47 +0200)
Closes #10073

docs/KNOWN_BUGS

index dd731b9da2e56f1c30ad53ab377e51878d306ea9..4b2efd1f65de2e31f1497b2b90b2ecede822547c 100644 (file)
@@ -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