Comparing version 1.0.56 to 1.0.57
# CHANGELOG | ||
- 1.0.57 - 2021-04-30 | ||
- Do not wait indefinitely after logout if connection was not established | ||
- 1.0.56 - 2021-03-18 | ||
@@ -4,0 +8,0 @@ |
@@ -10,2 +10,8 @@ 'use strict'; | ||
if (connection.state === connection.states.NOT_AUTHENTICATED) { | ||
connection.state = connection.states.LOGOUT; | ||
connection.close(); | ||
return false; | ||
} | ||
let response; | ||
@@ -12,0 +18,0 @@ try { |
@@ -428,3 +428,3 @@ /// <reference types="node" /> | ||
* let {meta, content} = await client.download('*', '1.2'); | ||
* stream.pipe(fs.createWriteStream(meta.filename)); | ||
* content.pipe(fs.createWriteStream(meta.filename)); | ||
* @param range - UID or sequence number for the message to fetch | ||
@@ -431,0 +431,0 @@ * @param [part] - If not set then downloads entire rfc822 formatted message, otherwise downloads specific bodystructure part |
{ | ||
"name": "imapflow", | ||
"version": "1.0.56", | ||
"version": "1.0.57", | ||
"description": "IMAP Client for Node", | ||
@@ -29,10 +29,10 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@types/node": "14.14.35", | ||
"@types/node": "15.0.1", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "7.22.0", | ||
"eslint": "7.25.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"grunt": "1.3.0", | ||
"grunt-cli": "1.3.2", | ||
"grunt-contrib-nodeunit": "2.1.0", | ||
"eslint-config-prettier": "8.3.0", | ||
"grunt": "1.4.0", | ||
"grunt-cli": "1.4.2", | ||
"grunt-contrib-nodeunit": "3.0.0", | ||
"grunt-eslint": "23.0.0", | ||
@@ -49,4 +49,4 @@ "jsdoc": "3.6.6", | ||
"mailsplit": "5.0.1", | ||
"pino": "6.11.2" | ||
"pino": "6.11.3" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
517775
10926
+ Addedpino@6.11.3(transitive)
+ Addedquick-format-unescaped@4.0.4(transitive)
- Removedpino@6.11.2(transitive)
- Removedquick-format-unescaped@4.0.1(transitive)
Updatedpino@6.11.3