Add RFC reference for NAMESPACE capability

fork
Brian White 12 years ago
parent 36e3a1743c
commit 4053d58dd9

@ -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

Loading…
Cancel
Save