1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-19 07:40:08 -07:00

Updated README

This commit is contained in:
Andrew Van Tassel 2020-11-12 09:52:50 -07:00
parent 8adc280eeb
commit 6d71c57d71

View File

@ -1,31 +1,32 @@
# MailHops Thunderbird and Postbox Plugin # MailHops Thunderbird Plugin
[www.MailHops.com](https://www.mailhops.com) [www.MailHops.com](https://www.mailhops.com)
<img src="https://www.mailhops.com/images/logos/logo.png" alt="MailHops logo" title="MailHops" align="right" /> <img src="https://www.mailhops.com/images/logos/logo.png" alt="MailHops logo" title="MailHops" align="right" />
MailHops is an email route API. It does a few things: MailHops is an email route API. It does a few things:
1. Returns a route an email took based on the Received header IP addresses 1. Returns the route an email took based on the Received header IP addresses
1. Returns a map an email took based on the Received header IP addresses 1. Shows you a map an email took based on the Received header IP addresses
1. Shows the weather of the sender when you provide a [DarkSky](https://darksky.net) API key 1. Shows the weather of the sender when you provide a [OpenWeatherMap](https://openweathermap.org/api) API key.
1. Will tag and mark messages as Junk if from a Country you don't like 1. Will tag and mark messages as Junk if the travel time is too long.
1. Performs DNSBL check on messages 1. Performs DNSBL check on messages.
1. Shows DKIM and SPF Authentication results.
### MailHops Message View ### MailHops Message View
<img src="images/screenshot-tb78-view.png" alt="MailHops Message View" title="MailHops Message View" style="border: 1px solid #777;" /> <img src="images/screenshot-tb78-view.png" alt="MailHops Message View" title="MailHops Message View" style="border: 1px solid #777; width: 400px;" />
### MailHops Route Map ### MailHops Route Map
<img src="images/screenshot-map.png" alt="MailHops Route Map" title="MailHops Route Map" style="border: 1px solid #777;" /> <img src="images/screenshot-map.png" alt="MailHops Route Map" title="MailHops Route Map" style="border: 1px solid #777; width: 400px;" />
### MailHops Options ### MailHops Options
<img src="images/screenshot-tb78-preferences.png" alt="MailHops Options" title="MailHops Options" style="border: 1px solid #777;" /> <img src="images/screenshot-tb78-preferences.png" alt="MailHops Options" title="MailHops Options" style="border: 1px solid #777; width: 400px;" />
### MailHops Dashboard ### MailHops Dashboard
<img src="images/screenshot-dashboard.png" alt="MailHops Dashboard" title="MailHops Dashboard" style="border: 1px solid #777;" /> <img src="images/screenshot-dashboard.png" alt="MailHops Dashboard" title="MailHops Dashboard" style="border: 1px solid #777; width: 400px;" />
### Editing the code ### Editing the code
1. After you make changes you can run the [build.sh](build.sh) script 1. After you make changes you can run the [build.sh](build.sh) script