mirror of
https://github.com/MailHops/mailhops-imap-listener.git
synced 2025-05-15 17:30:08 -07:00
MailHops IMAP listener

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

Description
Languages
JavaScript
100%