KNOWN_BUGS: APOP authentication fails on POP3

Closes #10073
This commit is contained in:
Daniel Stenberg 2023-07-31 08:47:22 +02:00
parent d54d5bfcbf
commit 403e4dc1ed
No known key found for this signature in database
GPG Key ID: 5CC908FDB71E12C2

View 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