Skip to content

MailHops/mailhops-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MailHops Thunderbird Plugin

www.MailHops.com

MailHops logo

MailHops is an email route API. It does a few things:

  1. Returns the route an email took based on the Received header IP addresses
  2. Shows you a map an email took based on the Received header IP addresses
  3. Shows the weather of the sender when you provide a OpenWeatherMap API key.
  4. Will tag and mark messages as Junk if the travel time is too long.
  5. Performs DNSBL check on messages.
  6. Shows DKIM and SPF Authentication results.

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