mirror of
https://github.com/MailHops/mailhops-plugin.git
synced 2025-05-15 22:00:08 -07:00
Since the AH can comprise multiple lines, parse each line individually until we found all data. The parsing is complicated, but naïve field splitting leads to incorrect results. Generally, scan up to the next "dkim=" part, extract the state (which is the value) and then look for the reason, which might or might not be parenthesis-enclosed or start with a "reason=" key or both. All other data up to the next "dkim=" part or end of the line or semicolon will be treated as extrainfo and shown if the preference has been enabled. We handle "spf=" parts in about the same way.
MailHops Thunderbird Plugin

MailHops is an email route API. It does a few things:
- Returns the route an email took based on the Received header IP addresses
- Shows you a map an email took based on the Received header IP addresses
- Shows the weather of the sender when you provide a OpenWeatherMap API key.
- Will tag and mark messages as Junk if the travel time is too long.
- Performs DNSBL check on messages.
- Shows DKIM and SPF Authentication results.
MailHops Message View

MailHops Route Map

MailHops Options

MailHops Dashboard

Editing the code
- After you make changes you can run the build.sh script
- Open Postbox or Thunderbird and goto Tools->Add-ons and "Install Add-on From File..."
- Choose mailhops.xpi from build script
$ chmod +x build.sh
$ ./build.sh
MailHops API
Download
Languages
HTML
55.7%
JavaScript
44.1%
Shell
0.1%