Comparing version 1.0.54 to 1.0.55
# CHANGELOG | ||
- 1.0.54 - 2021-03-17 | ||
- 1.0.55 - 2021-03-17 | ||
- Ensure mailbox namespace when creating new mailboxes | ||
- Fixed raw source downloads | ||
@@ -7,0 +7,0 @@ - 1.0.53 - 2021-02-17 |
@@ -16,3 +16,3 @@ 'use strict'; | ||
if (path.toUpperCase() === 'INBOX') { | ||
// inbox is not case sensitive, also no need to ensure namespace | ||
// inbox is not case sensitive | ||
return 'INBOX'; | ||
@@ -27,3 +27,3 @@ } | ||
} | ||
} else if (connection.enabled.has('UTF8=ACCEPT') && /&[^-]+-/.test(path)) { | ||
} else if (connection.enabled.has('UTF8=ACCEPT') && /&/.test(path)) { | ||
try { | ||
@@ -30,0 +30,0 @@ path = iconv.decode(Buffer.from(path), 'utf-7-imap').toString(); |
{ | ||
"name": "imapflow", | ||
"version": "1.0.54", | ||
"version": "1.0.55", | ||
"description": "IMAP Client for Node", | ||
@@ -29,7 +29,7 @@ "main": "./lib/imap-flow.js", | ||
"devDependencies": { | ||
"@types/node": "14.14.35", | ||
"@types/node": "14.14.28", | ||
"braintree-jsdoc-template": "3.3.0", | ||
"eslint": "7.22.0", | ||
"eslint": "7.20.0", | ||
"eslint-config-nodemailer": "1.2.0", | ||
"eslint-config-prettier": "8.1.0", | ||
"eslint-config-prettier": "7.2.0", | ||
"grunt": "1.3.0", | ||
@@ -49,4 +49,4 @@ "grunt-cli": "1.3.2", | ||
"mailsplit": "5.0.1", | ||
"pino": "6.11.2" | ||
"pino": "6.11.1" | ||
} | ||
} |
Sorry, the diff of this file is too big to display
517248
10916
+ Addedpino@6.11.1(transitive)
+ Addedquick-format-unescaped@4.0.4(transitive)
- Removedpino@6.11.2(transitive)
- Removedquick-format-unescaped@4.0.1(transitive)
Updatedpino@6.11.1