imapflow | IMAP Client library for EmailEngine Email API

 by   postalsys JavaScript Version: 1.0.162 License: Non-SPDX

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.
Support
    Quality
      Security
        License
          Reuse

            kandi-support 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

            kandi-Quality Quality

              imapflow has no bugs reported.

            kandi-Security Security

              imapflow has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License 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.

            kandi-Reuse 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
            Get all kandi verified functions for this library.

            imapflow Key Features

            No Key Features are available at this moment for imapflow.

            imapflow Examples and Code Snippets

            ImapFlow,Usage,Promises
            JavaScriptdot img1Lines of Code : 37dot img1License : Strong Copyleft (AGPL-3.0)
            copy iconCopy
            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  
            ImapFlow,Usage,MIT version
            JavaScriptdot img2Lines of Code : 4dot img2License : Strong Copyleft (AGPL-3.0)
            copy iconCopy
            $ 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:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
          • npm

            npm i imapflow

          • CLONE
          • HTTPS

            https://github.com/postalsys/imapflow.git

          • CLI

            gh repo clone postalsys/imapflow

          • sshUrl

            git@github.com:postalsys/imapflow.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Consider Popular JavaScript Libraries

            freeCodeCamp

            by freeCodeCamp

            vue

            by vuejs

            react

            by facebook

            bootstrap

            by twbs

            Try Top Libraries by postalsys

            emailengine

            by postalsysJavaScript

            pending-dns

            by postalsysJavaScript

            mailauth

            by postalsysJavaScript

            postal-mime

            by postalsysJavaScript

            email-text-tools

            by postalsysJavaScript