imapflow | IMAP Client library for EmailEngine Email API
kandi X-RAY | imapflow Summary
kandi X-RAY | imapflow Summary
imapflow is a JavaScript library. imapflow has no bugs, it has no vulnerabilities and it has low support. However imapflow has a Non-SPDX License. You can install using 'npm i imapflow' or download it from GitHub, npm.
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. 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. A general understanding is good enough. IMAP extensions are handled in the background, so for example, you can always request labels value from a {@link FetchQueryObject|fetch()} call, but if the IMAP server does not support X-GM-EXT1 extension, then labels value is not included in the response.
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. 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. A general understanding is good enough. IMAP extensions are handled in the background, so for example, you can always request labels value from a {@link FetchQueryObject|fetch()} call, but if the IMAP server does not support X-GM-EXT1 extension, then labels value is not included in the response.
Support
Quality
Security
License
Reuse
Support
imapflow has a low active ecosystem.
It has 200 star(s) with 36 fork(s). There are 4 watchers for this library.
There were 10 major release(s) in the last 12 months.
There are 1 open issues and 94 have been closed. On average issues are closed in 23 days. There are no pull requests.
It has a neutral sentiment in the developer community.
The latest version of imapflow is 1.0.162
Quality
imapflow has no bugs reported.
Security
imapflow has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
License
imapflow has a Non-SPDX License.
Non-SPDX licenses can be open source with a non SPDX compliant license, or non open source licenses, and you need to review them closely before use.
Reuse
imapflow releases are not available. You will need to build from source code and install.
Deployable package is available in npm.
Installation instructions are not available. Examples and code snippets are available.
Top functions reviewed by kandi - BETA
kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of imapflow
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of imapflow
imapflow Key Features
No Key Features are available at this moment for imapflow.
imapflow Examples and Code Snippets
Copy
const { ImapFlow } = require('imapflow');
const client = new ImapFlow({
host: 'ethereal.email',
port: 993,
secure: true,
auth: {
user: 'garland.mcclure71@ethereal.email',
pass: 'mW6e4wWWnEd3H4hT5B'
}
});
const mai
Copy
$ npm install @postalsys/imapflow
const { ImapFlow } = require('@postalsys/imapflow');
$ npm install imapflow@npm:@postalsys/imapflow
const { ImapFlow } = require('imapflow');
Community Discussions
No Community Discussions are available at this moment for imapflow.Refer to stack overflow page for discussions.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install imapflow
You can install using 'npm i imapflow' or download it from GitHub, npm.
Support
For any new features, suggestions and bugs create an issue on GitHub.
If you have any questions check and ask questions on community page Stack Overflow .
Find more information at:
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page