From 4053d58dd924533919d4e32d8165a1814f6b260e Mon Sep 17 00:00:00 2001 From: Brian White Date: Fri, 20 Jul 2012 03:50:19 -0400 Subject: [PATCH] Add RFC reference for NAMESPACE capability --- lib/imap.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/imap.js b/lib/imap.js index 2765b2a..d370d9e 100644 --- a/lib/imap.js +++ b/lib/imap.js @@ -93,7 +93,7 @@ ImapConnection.prototype.connect = function(loginCb) { loginCb(err); return; } - // Next, get the list of available namespaces if supported + // Next, get the list of available namespaces if supported (RFC2342) if (!reentry && self.capabilities.indexOf('NAMESPACE') > -1) { var fnMe = arguments.callee; // Re-enter this function after we've obtained the available