Mailspring/internal_packages/link-tracking
Ben Gotow 552b66fbaf fix(syncback): Bidirectional transforms, ready-to-send saved state
Summary:
This diff replaces "finalizeSessionBeforeSending" with a
plugin hook that is bidirectional and allows us to put the draft in
the "ready to send" state every time we save it, and restore it to
the "ready to edit" state every time a draft session is created to
edit it.

This diff also significantly restructures the draft tasks:

1. SyncbackDraftUploadsTask:
   - ensures that `uploads` are converted to `files` and that any
     existing files on the draft are part of the correct account.

1. SyncbackDraftTask:
   - saves the draft, nothing else.

3. SendDraftTask
   - sends the draft, nothing else.
   - deletes the entire uploads directory for the draft

Test Plan: WIP

Reviewers: juan, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2753
2016-03-16 19:27:12 -07:00
..
assets fix(read-receipts): Style fixes to link tracking and read receipts 2016-02-23 18:58:07 -08:00
lib fix(syncback): Bidirectional transforms, ready-to-send saved state 2016-03-16 19:27:12 -07:00
spec fix(syncback): Bidirectional transforms, ready-to-send saved state 2016-03-16 19:27:12 -07: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.