Comparing version 1.0.21 to 1.0.22
@@ -72,2 +72,7 @@ /// <reference types="node" /> | ||
/** | ||
* Is the connection currently usable or not | ||
* @type {Boolean} | ||
*/ | ||
usable: boolean; | ||
/** | ||
* Currently authenticated user or `false` if mailbox is not open | ||
@@ -74,0 +79,0 @@ * @type {String|Boolean} |
{ | ||
"name": "imapflow", | ||
"version": "1.0.21", | ||
"version": "1.0.22", | ||
"description": "IMAP Client for Node", | ||
@@ -5,0 +5,0 @@ "main": "./lib/imap-flow.js", |
Sorry, the diff of this file is too big to display
470309
10743