aboutsummaryrefslogtreecommitdiff
path: root/lib/imap.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/imap.c')
-rw-r--r--lib/imap.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/imap.c b/lib/imap.c
index f6d4362c6..4f2ee4ee3 100644
--- a/lib/imap.c
+++ b/lib/imap.c
@@ -210,9 +210,6 @@ static const struct Curl_handler Curl_handler_imaps_proxy = {
*
* Sends the formated string as an IMAP command to a server
*
- * NOTE: we build the command in a fixed-length buffer, which sets length
- * restrictions on the command!
- *
* Designed to never block.
*/
static CURLcode imapsendf(struct connectdata *conn,