mirror of
https://github.com/MailHops/mailhops-imap-listener.git
synced 2025-05-16 09:50:09 -07:00
23 lines
678 B
Markdown
23 lines
678 B
Markdown
# MailHops IMAP listener
|
|
[www.MailHops.com](https://www.mailhops.com)
|
|
|
|
<img src="https://www.mailhops.com/images/logos/logo.png" alt="MailHops logo" title="MailHops" align="right" />
|
|
|
|
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.
|
|
|
|
```sh
|
|
# 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
|
|
```
|
|
|
|
<img src="screenshot.png">
|