/stdinbox

Do smart things with your email

Primary LanguageJavaScriptMIT LicenseMIT

stdinbox

Build Status

Do smart things with my email

Getting started

npm install

set up your .env file with

IMAP_USER=someone@gmail.com
IMAP_PASS=yourpassword
IMAP_RULES=/path/to/a/rules/file.js

then run it:

foreman start

Currently, only works with Gmail.

Rules

A path or url to a rules file is required in IMAP_RULES.

Example Rules

module.exports = [
];