Mailspring/docs
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
..
images
templates
Architecture.md
ComposerExtensions.md fix(syncback): Bidirectional transforms, ready-to-send saved state 2016-03-16 19:27:12 -07:00
Database.md
Debugging.md fix(activity): "Long Polling" => "Delta Streaming" because we don't really poll. 2016-01-29 16:06:33 -08:00
FAQ.md
IntegrationTesting.md docs(tests): add docs about integration testing 2015-12-11 16:25:25 -05:00
InterfaceConcepts.md
Overview.md
package.json
PackageOverview.md
React.md rm(Nilas-contact-elements): Remove unused package 2016-02-01 19:12:06 -08:00
README.md
Windows.md
WritingSpecs.md

N1 Documentation

For the full documentation (which includes these guides), go to: https://nylas.com/N1/docs/

To see annotated package examples, go to: https://nylas.com/N1/examples/