Comparing version 1.0.123 to 1.0.124
@@ -53,2 +53,4 @@ 'use strict'; | ||
connection.authCapabilities.set(`AUTH=${command}`, true); | ||
return username; | ||
@@ -55,0 +57,0 @@ } catch (err) { |
@@ -19,2 +19,4 @@ 'use strict'; | ||
connection.authCapabilities.set('LOGIN', true); | ||
return username; | ||
@@ -21,0 +23,0 @@ } catch (err) { |
{ | ||
"name": "imapflow", | ||
"version": "1.0.123", | ||
"version": "1.0.124", | ||
"description": "IMAP Client for Node", | ||
@@ -34,3 +34,3 @@ "main": "./lib/imap-flow.js", | ||
"@babel/preset-env": "7.20.2", | ||
"@types/node": "18.15.5", | ||
"@types/node": "18.15.10", | ||
"braintree-jsdoc-template": "3.3.0", | ||
@@ -37,0 +37,0 @@ "eslint": "8.36.0", |
Sorry, the diff of this file is too big to display
550338
12242