1
0
mirror of https://github.com/MailHops/mailhops-plugin.git synced 2025-05-15 22:00:08 -07:00

14 Commits

Author SHA1 Message Date
Andrew Van Tassel
151c08bb88 Removed duplicate spf block, removed auth image and added update auth bg color 2024-07-24 17:35:06 -06:00
Mihai Moldovan
5cf488aab9 js/mailhops{,_details}.js: rework Unsubscribe header parsing.
Instead of dropping additional links in the presentation layer, iterate
over all links in the parsing layer and add each link individually.

Some MTAs wrap the links in angle brackets (<>), so make sure to remove
those, since they wouldn't parse as valid XHTML (and also aren't valid
link targets).
2024-04-17 12:32:38 +02:00
Mihai Moldovan
50ca444c6b js/mailhops_details.js: add debugging to auth data output. 2024-04-17 11:11:12 +02:00
Mihai Moldovan
37546872f9 js/mailhops_details.js: move auth data out of routes calculation.
Auth data needs only be processed once and is independent from the
actual route data.

This has the added benefit that auth data, which is entirely local, is
shown even if the API returned an error.
2024-04-17 10:53:49 +02:00
Mihai Moldovan
9638412388 js/mailhops_details.js: prepare to show local data even on error.
Currently, on error (rate limit, unable to reach Mailhops API), an error
message is shown and all additional information is bypassed.

This also means that the theme is not being applied.

Change the code to show local data even in error cases, and also apply
the theme option.
2024-04-17 10:34:01 +02:00
Mihai Moldovan
08f3706432 js/mailhops_details.js: fix inverted logic for links containing a comma character.
Actually, links containing a comma character are just multiple links,
the current code wants to fetch the first element and drop all others.

We'll change this at a later time, but for now, just fix the bug at
hand.
2024-04-17 08:33:00 +02:00
John Bieling
995bb7a9af remove Experiment and make mailHop multi-tab-aware 2023-04-07 16:36:27 +02:00
Andrew Van Tassel
867648513a Bump 4.3.0
- Added support for Thunderbird 93
- Added country filter option
- Fixes map launching on cached messages
2021-09-10 12:11:57 -06:00
Andrew Van Tassel
3b26c08e07 4.2.0 2021-03-23 01:51:47 -06:00
Andrew Van Tassel
0ea5fea11f Added Caching, resend API key 2020-11-13 15:52:02 -07:00
Andrew Van Tassel
060979276c Fixed km option 2020-11-12 16:58:13 -07:00
Andrew Van Tassel
1d1c88ce27 refactor message init, fixed spf dkim auth issue 2020-11-11 15:25:33 -07:00
Andrew Van Tassel
e15efff0b6 Added options, time travel junk, fixed dkim, spf auth display, added unsubscribe 2020-11-11 08:41:02 -07:00
Andrew Van Tassel
e026c919b6 TB78 Update 2020-11-10 22:28:24 -07:00