From 6d71c57d715f0b19943b7e0d2f2c97b61449502e Mon Sep 17 00:00:00 2001 From: Andrew Van Tassel Date: Thu, 12 Nov 2020 09:52:50 -0700 Subject: [PATCH] Updated README --- README.md | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 8eeff38..e8f3790 100644 --- a/README.md +++ b/README.md @@ -1,31 +1,32 @@ -# MailHops Thunderbird and Postbox Plugin +# MailHops Thunderbird Plugin [www.MailHops.com](https://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 -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 +1. Returns the route an email took based on the Received header IP addresses +1. Shows you a map an email took based on the Received header IP addresses +1. Shows the weather of the sender when you provide a [OpenWeatherMap](https://openweathermap.org/api) API key. +1. Will tag and mark messages as Junk if the travel time is too long. +1. Performs DNSBL check on messages. +1. Shows DKIM and SPF Authentication results. ### MailHops Message View -MailHops Message View +MailHops Message View ### MailHops Route Map -MailHops Route Map +MailHops Route Map ### MailHops Options -MailHops Options +MailHops Options ### MailHops Dashboard -MailHops Dashboard +MailHops Dashboard ### Editing the code 1. After you make changes you can run the [build.sh](build.sh) script