Comparing version 1.0.22 to 1.0.23
@@ -55,2 +55,3 @@ 'use strict'; | ||
map.created = true; | ||
response.next(); | ||
@@ -72,3 +73,6 @@ | ||
// no need to do anything, mailbox already exists | ||
return true; | ||
return { | ||
path, | ||
created: false | ||
}; | ||
} | ||
@@ -75,0 +79,0 @@ |
@@ -667,2 +667,3 @@ /// <reference types="node" /> | ||
* @property {String} [mailboxId] unique mailbox ID if server supports `OBJECTID` extension (currently Yahoo and some others) | ||
* @property {Boolean} created If `true` then mailbox was created otherwise it already existed | ||
*/ | ||
@@ -672,2 +673,3 @@ declare type MailboxCreateResponse = { | ||
mailboxId?: string; | ||
created: boolean; | ||
}; | ||
@@ -674,0 +676,0 @@ |
{ | ||
"name": "imapflow", | ||
"version": "1.0.22", | ||
"version": "1.0.23", | ||
"description": "IMAP Client for Node", | ||
@@ -42,3 +42,3 @@ "main": "./lib/imap-flow.js", | ||
"dependencies": { | ||
"@types/node": "13.7.2", | ||
"@types/node": "13.7.6", | ||
"encoding-japanese": "1.0.30", | ||
@@ -45,0 +45,0 @@ "iconv-lite": "0.5.1", |
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
470629
10750
+ Added@types/node@13.7.6(transitive)
- Removed@types/node@13.7.2(transitive)
Updated@types/node@13.7.6