]> granicus.if.org Git - curl/commitdiff
KNOWN_BUGS: 3.4 POP3 expects "CRLF.CRLF" eob for some
authorDaniel Stenberg <daniel@haxx.se>
Tue, 28 Jun 2016 06:24:16 +0000 (08:24 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Tue, 28 Jun 2016 06:24:59 +0000 (08:24 +0200)
Closes #740

docs/KNOWN_BUGS

index c91c388bf6b1692a4547612648f9cf52620598f0..b5d3312e2abf66565642339f98631cd7f61a9b6c 100644 (file)
@@ -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