I'm looking to authenticate users, search their inbox, and integrate those search results into an app I'm working on. Can anyone recommend a good NodeJS library for this kind of functionality?
I know there are web services for working with mail like Context.io. Barring calling that, they probably get the data through IMAP or some other way to talk to Google, which likely has a NodeJS library.<p>Auth could then be treated separately as oauth/openid does it. I know I've requested permission for looking up the user profile including their gmail user ID before with that.<p>Honestly, though, most people who do anything significant with GMail end up writing a browser extension to get more access than you could ever get with APIs.