Comparing version 1.0.110 to 1.0.111
# CHANGELOG | ||
- 1.0.111 - 2022-10-13 | ||
- Added new connection options | ||
- connectionTimeout=90000: how many milliseconds to wait for the connection to establish (default is 90 seconds) | ||
- greetingTimeout=16000: how many milliseconds to wait for the greeting after connection is established (default is 16 seconds) | ||
- socketTimeout=300000: how many milliseconds of inactivity to allow (default is 5 minutes) | ||
- 1.0.110 - 2022-10-10 | ||
@@ -4,0 +11,0 @@ |
@@ -34,2 +34,5 @@ /// <reference types="node" /> | ||
* @param [options.disableAutoEnable] - Do not enable supported extensions by default | ||
* @param [options.connectionTimeout = 90000] - how many milliseconds to wait for the connection to establish (default is 90 seconds) | ||
* @param [options.greetingTimeout = 16000] - how many milliseconds to wait for the greeting after connection is established (default is 16 seconds) | ||
* @param [options.socketTimeout = 300000] - how many milliseconds of inactivity to allow (default is 5 minutes) | ||
*/ | ||
@@ -64,2 +67,5 @@ class ImapFlow extends EventEmitter { | ||
disableAutoEnable?: boolean; | ||
connectionTimeout?: number; | ||
greetingTimeout?: number; | ||
socketTimeout?: number; | ||
}); | ||
@@ -66,0 +72,0 @@ /** |
{ | ||
"name": "imapflow", | ||
"version": "1.0.110", | ||
"version": "1.0.111", | ||
"description": "IMAP Client for Node", | ||
@@ -33,4 +33,4 @@ "main": "./lib/imap-flow.js", | ||
"@babel/plugin-syntax-class-properties": "7.12.13", | ||
"@babel/preset-env": "7.19.3", | ||
"@types/node": "18.8.3", | ||
"@babel/preset-env": "7.19.4", | ||
"@types/node": "18.8.5", | ||
"braintree-jsdoc-template": "3.3.0", | ||
@@ -37,0 +37,0 @@ "eslint": "8.25.0", |
Sorry, the diff of this file is too big to display
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
539674
12016