Comparing version 1.0.143 to 1.0.144
# Changelog | ||
## [1.0.144](https://github.com/postalsys/imapflow/compare/v1.0.143...v1.0.144) (2023-09-13) | ||
### Bug Fixes | ||
* **MS365:** Wait until responding with a throttling response ([#142](https://github.com/postalsys/imapflow/issues/142)) ([09bfb3e](https://github.com/postalsys/imapflow/commit/09bfb3e1b90bdd37bc1c9b40e9284ad4afbd5c72)) | ||
## [1.0.143](https://github.com/postalsys/imapflow/compare/v1.0.142...v1.0.143) (2023-09-04) | ||
@@ -4,0 +11,0 @@ |
{ | ||
"name": "imapflow", | ||
"version": "1.0.143", | ||
"version": "1.0.144", | ||
"description": "IMAP Client for Node", | ||
@@ -30,9 +30,9 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@babel/eslint-parser": "7.22.11", | ||
"@babel/eslint-parser": "7.22.15", | ||
"@babel/eslint-plugin": "7.22.10", | ||
"@babel/plugin-syntax-class-properties": "7.12.13", | ||
"@babel/preset-env": "7.22.14", | ||
"@types/node": "20.5.9", | ||
"@babel/preset-env": "7.22.15", | ||
"@types/node": "20.6.0", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "8.48.0", | ||
"eslint": "8.49.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
@@ -55,6 +55,6 @@ "eslint-config-prettier": "9.0.0", | ||
"mailsplit": "5.4.0", | ||
"nodemailer": "6.9.4", | ||
"pino": "8.15.0", | ||
"nodemailer": "6.9.5", | ||
"pino": "8.15.1", | ||
"socks": "2.7.1" | ||
} | ||
} |
@@ -980,1 +980,8 @@ /*eslint no-unused-expressions: 0, prefer-arrow-callback: 0 */ | ||
}); | ||
module.exports['IMAP Parser, BAD with throttling'] = test => | ||
asyncWrapper(test, async test => { | ||
let parsed = await parser('X BAD Request is throttled. Suggested Backoff Time: 92415 milliseconds'); | ||
test.equal(parsed.command, 'BAD'); | ||
test.deepEqual(parsed.attributes, [{ type: 'TEXT', value: 'Request is throttled. Suggested Backoff Time: 92415 milliseconds' }]); | ||
}); |
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
562284
12407
+ Addednodemailer@6.9.5(transitive)
+ Addedpino@8.15.1(transitive)
- Removednodemailer@6.9.4(transitive)
- Removedpino@8.15.0(transitive)
Updatednodemailer@6.9.5
Updatedpino@8.15.1