mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-18 23:30:08 -07:00
29 lines
876 B
Markdown
29 lines
876 B
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 two things:
|
|
|
|
1. Returns a route an email took based on the Received header IP addresses
|
|
2. Returns a map an email took based on the Received header IP addresses
|
|
|
|
The route will contain DNSBL lookup results, hostname lookup results and What3Words geo locations.
|
|
|
|
1. Edit files
|
|
2. Run [build.sh](build.sh) script
|
|
3. Open Postbox and goto Tools->Add-ons and "Install Add-on From File..."
|
|
4. Choose mailhops.xpi from build script
|
|
|
|
```sh
|
|
$ chmod +x build.sh
|
|
$ ./build.sh
|
|
```
|
|
|
|
## API
|
|
Host your own API
|
|
- [API](https://github.com/avantassel/mailhops-api)
|
|
|
|
## Plugins
|
|
- [Download](https://addons.mozilla.org/en-US/thunderbird/addon/mailhops/)
|