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,