1
0
mirror of https://github.com/MailHops/mailhops-imap-listener.git synced 2025-05-15 17:30:08 -07:00
Andrew Van Tassel b5da37b499 Initial commit
2016-12-09 19:34:12 -07:00

678 B

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.

# 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