Comparing version 1.0.14 to 1.0.15
@@ -15,5 +15,6 @@ 'use strict'; | ||
try { | ||
connection.idling = true; | ||
connection.onPlusTag = async () => { | ||
connection.log.debug({ src: 'c', msg: `initiated IDLE` }); | ||
connection.idling = true; | ||
}; | ||
@@ -20,0 +21,0 @@ |
{ | ||
"name": "imapflow", | ||
"version": "1.0.14", | ||
"version": "1.0.15", | ||
"description": "IMAP Client for Node", | ||
@@ -5,0 +5,0 @@ "main": "./lib/imap-flow.js", |
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
466267