Mailspring/internal_packages/link-tracking
Mehdi Rejraji 2d2b9aefa6 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
icon.png
package.json fix(plugins): Change server URLs for open/link tracking to final values 2016-02-24 16:29:12 -08:00
README.md

Open Tracking

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