mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-18 15:20:08 -07:00
35 lines
1.3 KiB
Markdown
35 lines
1.3 KiB
Markdown
# MailHops Thunderbird and Postbox Plugin
|
|
[www.MailHops.com](https://www.mailhops.com)
|
|
|
|
<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:
|
|
|
|
1. Returns a 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 the weather of the sender when you provide a [DarkSky](https://darksky.net) API key
|
|
1. Will tag and mark messages as Junk if from a Country you don't like
|
|
1. Performs DNSBL check on messages
|
|
|
|
<img src="images/screenshot-thunderbird.png" alt="MailHops screenshot" title="MailHops" style="border: 1px solid #777;" />
|
|
|
|
Change the bar color in Preferences
|
|
|
|
<img src="images/screenshot-display.png" alt="MailHops screenshot" title="MailHops" style="border: 1px solid #777;" />
|
|
|
|
### Editing the code
|
|
1. After you make changes you can run the [build.sh](build.sh) script
|
|
1. Open Postbox or Thunderbird and goto Tools->Add-ons and "Install Add-on From File..."
|
|
1. Choose mailhops.xpi from build script
|
|
|
|
```sh
|
|
$ chmod +x build.sh
|
|
$ ./build.sh
|
|
```
|
|
|
|
### MailHops API
|
|
- [https://github.com/mailhops](https://github.com/mailhops)
|
|
|
|
### Download
|
|
- [Download this plugin from Mozilla](https://addons.mozilla.org/en-US/thunderbird/addon/mailhops/)
|