Do smart things with my email
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.
A path or url to a rules file is required in IMAP_RULES
.
module.exports = [
];