Skip to content

Latest commit

 

History

History
40 lines (26 loc) · 549 Bytes

README.md

File metadata and controls

40 lines (26 loc) · 549 Bytes

stdinbox

Build Status

Do smart things with my email

Getting started

npm install

set up your .env file with

[email protected]
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 = [
];