From 9bbb3b59b75f7a5d49cfabbd71c45b39bf99a107 Mon Sep 17 00:00:00 2001 From: Brian White Date: Thu, 12 Apr 2012 12:30:13 -0400 Subject: [PATCH] Remove old, commented code --- imap.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/imap.js b/imap.js index 220b2e2..68a43c0 100644 --- a/imap.js +++ b/imap.js @@ -332,10 +332,6 @@ ImapConnection.prototype.connect = function(loginCb) { || data[2].length === 0 ? [] : data[2].split(' ')); break; - /*case 'STATUS': - var result = /UIDNEXT ([\d]+)\)$/.exec(data[2]); - self._state.requests[0].args.push(parseInt(result[1])); - break;*/ case 'LIST': case 'XLIST': var result;