diff --git a/README.md b/README.md index b5f090b..f7ad371 100644 --- a/README.md +++ b/README.md @@ -7,10 +7,12 @@ 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 Forecastio API key +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 +MailHops screenshot + ### Editing the code 1. After you make changes you can run the [build.sh](build.sh) script 1. Open Postbox or Thunderbird and goto Tools->Add-ons and "Install Add-on From File..." diff --git a/screenshot.png b/screenshot.png new file mode 100644 index 0000000..bcb8199 Binary files /dev/null and b/screenshot.png differ