From 0135f16e4717bb6bb2e8583f33ae4519e7b68bdc Mon Sep 17 00:00:00 2001 From: Brian White Date: Tue, 31 Jul 2012 09:29:51 -0400 Subject: [PATCH] Add mailbox name to result for status() --- lib/imap.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/imap.js b/lib/imap.js index cc980aa..967e27e 100644 --- a/lib/imap.js +++ b/lib/imap.js @@ -330,6 +330,7 @@ ImapConnection.prototype.connect = function(loginCb) { var result = parsers.parseExpr(data[2]), values = result[1], ret = { + name: result[0], validity: undefined, messages: { total: undefined,