1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-18 23:30:08 -07:00
mailhops-plugin/README.md
Andrew Van Tassel 5c893376bb Fixed IP test
2017-07-24 13:21:29 -06:00

1.6 KiB

MailHops Thunderbird and Postbox Plugin

www.MailHops.com

MailHops logo

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
  2. Returns a map an email took based on the Received header IP addresses
  3. Shows the weather of the sender when you provide a DarkSky API key
  4. Will tag and mark messages as Junk if from a Country you don't like
  5. Performs DNSBL check on messages

MailHops Message View

MailHops Message View

MailHops Route Map

MailHops Route Map

MailHops Options

MailHops Options

MailHops Dashboard

MailHops Dashboard

Editing the code

  1. After you make changes you can run the build.sh script
  2. Open Postbox or Thunderbird and goto Tools->Add-ons and "Install Add-on From File..."
  3. Choose mailhops.xpi from build script
$ chmod +x build.sh
$ ./build.sh

MailHops API

Download