/poc-qmail

Proof of concept that it is possible to fetch & parse notification emails (sent by Facebook, Twitter, etc.) from a Gmail account

Primary LanguageJavaScriptGNU Affero General Public License v3.0AGPL-3.0

poc-node-imap

Proof of concept that it is possible to fetch & parse notification emails (sent by Facebook, Twitter, etc.) from a Gmail account

Startup

  1. Get the code: git clone git@github.com:jbuget/poc-node-imap.git
  2. In file index.js, edit your email and password
  3. Fetch the dependencies : npm install
  4. Start to listen for mails : npm start

Inspiring links