Giter Site home page Giter Site logo

Comments (1)

asutherland avatar asutherland commented on August 24, 2024 6

Speaking as a sometimes-contributor: For the FxOS gaia mail backend we used to use node-imap but switched to emailjs-imap-client (called browserbox at the time). That was a while ago, so I can't comment decisively, but I can describe why we switched.

One of the big differences that still seems to exist is that emailjs-imap-client is based on a parser built on the IMAP grammar (see https://github.com/emailjs/emailjs-imap-handler/blob/master/src/emailjs-imap-parser.js) whereas node-imap's is a bit more ad-hoc using a lot of regexps (see https://github.com/mscdex/node-imap/blob/master/lib/Parser.js). A real-world problem we experienced where this was relevant was with somewhat edge-case-y BODYSTRUCTURE results that node-imap had real problems with. We managed to hack things into shape, but there were likely still a number of possible bodystructure responses that could have broken us.

This, plus the fact that we were already using a number of other libraries from the emailjs ecosystem and emailjs was under active development encouraged us to make the move. node-imap was pretty solid when we started using it and we had fallen behind trunk when we switched; it no doubt got more solid and continues to evolve. You're probably fine with either library, but if you want a more rigorous parser implementation or plan to use some of the other libraries in the emailjs ecosystem, I think emailjs-imap-client is definitely the way to go.

from emailjs-imap-client.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.