Mailspring/internal_packages/personal-level-indicators
Drew Regitsky 199a62d70e feat(new-plugins): add open tracking and link tracking plugins
Summary:
Adds two (very similar) plugins - Open Tracking and Link Tracking.
Both can be enabled via a button in the composer. Open tracking
inserts a tracking pixel right before send, and link tracking replaces
all links with tracked redirects. Both plugins use the new Metadata
service to store their open/click counts, and have backend servers to
respectively serve the pixel image or handle the redirects. Requests
also trigger a metadata update to increment the open/click counters.

Test Plan: Manual for now

Reviewers: evan, bengotow, drew

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2583
2016-02-19 12:42:56 -08:00
..
docs
lib
stylesheets
examples-screencap-personal-level-icon.png
icon.png
package.json feat(new-plugins): add open tracking and link tracking plugins 2016-02-19 12:42:56 -08:00
README.md

Personal Level Icon

An icon to indicate whether an email was sent to either just you, or you and other recipients, or a mailing list that you were on.

Enable this plugin

  1. Download and run N1

  2. Navigate to Preferences > Plugins and click "Enable" beside the plugin.

Who?

This package is annotated for developers who have no experience with React, Flux, Electron, or N1.