Mailspring/internal_packages/link-tracking
Mehdi Rejraji 19d3c416fc Match only valid URLs for link tracking
As of now, link-tracking creates link tracking for every <a> tag, no matter the href attribute. This commit only creates link tracking for valid URLs.
The reason I wrote a new regex instead of rewriting linkTagRegex is that this regex is used by message-list.
https://regex101.com/r/jD5zC7/3 vs https://regex101.com/r/cK0zD8/2

Resolves: #1525
2016-03-03 13:46:41 -08:00
..
assets fix(read-receipts): Style fixes to link tracking and read receipts 2016-02-23 18:58:07 -08:00
lib Match only valid URLs for link tracking 2016-03-03 13:46:41 -08:00
stylesheets feat(new-plugins): add open tracking and link tracking plugins 2016-02-19 12:42:56 -08:00
icon.png 💄(plugins): Updated assets and a bit of error handling 2016-02-23 17:51:10 -08:00
package.json fix(plugins): Change server URLs for open/link tracking to final values 2016-02-24 16:29:12 -08:00
README.md feat(new-plugins): add open tracking and link tracking plugins 2016-02-19 12:42:56 -08:00

Open Tracking

Adds tracking pixels to messages and tracks whether they have been opened.