diff options
author | Daniel Stenberg <daniel@haxx.se> | 2016-06-28 08:24:16 +0200 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2016-06-28 08:24:59 +0200 |
commit | a69f27ae91b791360f4a77b7b82e2e88ec097b08 (patch) | |
tree | 83ddfb53a0381d7213c01155f1f1255ae5b7c11a | |
parent | 91792d83b7ca401372854c58d32e0df2f4eb91a0 (diff) |
KNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for some
Closes #740
-rw-r--r-- | docs/KNOWN_BUGS | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/docs/KNOWN_BUGS b/docs/KNOWN_BUGS index c91c388bf..b5d3312e2 100644 --- a/docs/KNOWN_BUGS +++ b/docs/KNOWN_BUGS @@ -33,6 +33,7 @@ problems may have been fixed or changed somewhat since this was written! 3.1 IMAP SEARCH ALL truncated response 3.2 No disconnect command 3.3 SMTP to multiple recipients + 3.4 POP3 expects "CRLF.CRLF" eob for some single-line responses 4. Command line 4.1 -J with %-encoded file nameas @@ -243,6 +244,12 @@ problems may have been fixed or changed somewhat since this was written! that can receive data. This is subject for change in the future. https://curl.haxx.se/bug/view.cgi?id=1116 +3.4 POP3 expects "CRLF.CRLF" eob for some single-line responses + + You have to tell libcurl not to expect a body, when dealing with one line + response commands. Please see the POP3 examples and test cases which show + this for the NOOP and DELE commands. https://curl.haxx.se/bug/?i=740 + 4. Command line |