Comparing version 1.0.77 to 1.0.78
# CHANGELOG | ||
- 1.0.78 - 2021-11-28 | ||
- Proxy support. Use configuration options `proxy: "url"` to use proxies | ||
- 1.0.77 - 2021-11-25 | ||
@@ -4,0 +8,0 @@ |
@@ -29,2 +29,3 @@ /// <reference types="node" /> | ||
* @param [options.verifyOnly = false] - If `true` then logs out automatically after successful authentication | ||
* @param [options.proxy] - Optional proxy URL. Supports HTTP CONNECT (`http://`, `https://`) and SOCKS (`socks://`, `socks4://`, `socks5://`) proxies | ||
*/ | ||
@@ -54,2 +55,3 @@ class ImapFlow extends EventEmitter { | ||
verifyOnly?: boolean; | ||
proxy?: boolean; | ||
}); | ||
@@ -56,0 +58,0 @@ /** |
{ | ||
"name": "imapflow", | ||
"version": "1.0.77", | ||
"version": "1.0.78", | ||
"description": "IMAP Client for Node", | ||
@@ -52,3 +52,3 @@ "main": "./lib/imap-flow.js", | ||
"mailsplit": "5.3.1", | ||
"nodemailer": "6.7.1", | ||
"nodemailer": "6.7.2", | ||
"pino": "7.4.1", | ||
@@ -55,0 +55,0 @@ "socks": "2.6.1" |
# ImapFlow | ||
_Node.js IMAP Client library built for for [EmailEngine Email API](https://emailengine.app/)._ | ||
--- | ||
> Managing IMAP connections is cool but if you are only looking for an easy way to integrate email accounts, then ImapFlow was built for [EmailEngine Email API](https://emailengine.app/). It's a self hosted software that converts all IMAP accounts to easy to use REST interfaces. | ||
--- | ||
The focus for ImapFlow is to provide easy to use API over IMAP. Using ImapFlow does not expect knowledge about specific IMAP details, general understanding is good enough. | ||
@@ -6,0 +10,0 @@ |
Sorry, the diff of this file is too big to display
498674
11266
86
+ Addednodemailer@6.7.2(transitive)
- Removednodemailer@6.7.1(transitive)
Updatednodemailer@6.7.2