Skip to content

smurthas/stdinbox

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Do smart things with your email

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages