Monday 19 August 2013

Gmail library for NodeJS?

Gmail library for NodeJS?

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
Node.js library for this kind of functionality? I've explored the options
on npm, but they all seem to require significant knowledge of POP or IMAP
standards. Are there any libraries available that operate at a higher
level of abstraction?

No comments:

Post a Comment