Code Monkey home page Code Monkey logo

Comments (7)

mscdex avatar mscdex commented on June 29, 2024

Are there specific Gmail extensions you had in mind?

from node-imap.

diegovar avatar diegovar commented on June 29, 2024

Mainly access to Gmail email IDs (X-GM-MSGID) and Gmail thread IDs (X-GM-THRID).

from node-imap.

mscdex avatar mscdex commented on June 29, 2024

I've added support for those and couple other of the extensions for Gmail with d0d078c. Let me know how it works for you.

from node-imap.

diegovar avatar diegovar commented on June 29, 2024

Awesome, thanks a lot! I'll test it and report any bugs I find :)

from node-imap.

joscha avatar joscha commented on June 29, 2024

Just in case anyone searches for this.
Took me a dig into the source to find the right way to call search so you don't get the Incorrect number of arguments for search option: X-GM-MSGID error:

imap.search([["X-GM-MSGID", msgId]], function(err, results) {

@mscdex not sure why the double array is needed - for me it seems as if X-GM-MSGID should be on a level with SEARCH and therefore only one array needed.

from node-imap.

mscdex avatar mscdex commented on June 29, 2024

@joscha The reason is that there are search criteria that do not require parameters (e.g. 'UNSEEN') and you can specify these as just a single string to make things simple. So having just ["X-GM-MSGID", msgId] could be interpreted as two separate criteria or one criteria with one parameter.

from node-imap.

joscha avatar joscha commented on June 29, 2024

OK, that makes total sense then, thanks for the clarification!

from node-imap.

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.