Comparing version 1.0.20 to 1.0.21
@@ -476,2 +476,3 @@ /// <reference types="node" /> | ||
* @param {Boolean} [options.uid] If `true` then uses UID number instead of sequence number for `range` | ||
* @param {number} [options.maxBytes] If set then limits download size to specified bytes | ||
* @returns {Promise<DownloadObject>} Download data object | ||
@@ -482,3 +483,3 @@ * | ||
* // download body part nr '1.2' from latest message | ||
* let {meta, stream} = await client.download('*', '1.2'); | ||
* let {meta, content} = await client.download('*', '1.2'); | ||
* stream.pipe(fs.createWriteStream(meta.filename)); | ||
@@ -488,2 +489,3 @@ */ | ||
uid?: boolean; | ||
maxBytes?: number; | ||
}): Promise<DownloadObject>; | ||
@@ -490,0 +492,0 @@ /** |
{ | ||
"name": "imapflow", | ||
"version": "1.0.20", | ||
"version": "1.0.21", | ||
"description": "IMAP Client for Node", | ||
@@ -5,0 +5,0 @@ "main": "./lib/imap-flow.js", |
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
469988
58
10731