New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

imapflow

Package Overview
Dependencies
Maintainers
1
Versions
172
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

imapflow - npm Package Compare versions

Comparing version 1.0.77 to 1.0.78

4

CHANGELOG.md
# 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 @@ /**

4

package.json
{
"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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc