Skip to content

MailHops/mailhops-imap-listener

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailHops IMAP listener

www.MailHops.com

MailHops logo

This app will loop through all the mail in an IMAP account and geo route all messages. You can use the live feed on your mailhops.com account to monitor your incoming messages. Leave it running and it will route incoming messages.

You can also add a custom Slack integration to post messages to Slack. Use the subjectFilter or fromAddress in the config to limit the messages posted to Slack.

# install npm modules
npm install

# Add you email connection info in config.json
cp config.sample config.json

# set searchFilter to UNSEEN to only monitor new incoming messages
vim config.json

# start the app
npm start

About

A nodejs app for using MailHops API to test and monitor your IMAP account.

Resources

Stars

Watchers

Forks

Packages

No packages published