Mailspring/packages/local-private
Evan Morikawa ac20d5b038 [local-sync] show messages sent to self
Summary:
If you sent an email to yourself it would not show up in your inbox. This
is because sent messages would never get a lastMessageReceived timestamp.
Since we order the inbox by lastMessageReceived, setting that to null to
on sent mail would mean it never shows up in the thread list.

Also fixed an assertion bug in SFDC that requires transactions to return a
promise.

Finally added extra debug interfaces that will show more info if the delta
stream detects an inconsistency

Test Plan: manual

Reviewers: juan, halla, jackie

Reviewed By: jackie

Differential Revision: https://phab.nylas.com/D3552
2017-01-03 09:31:34 -08:00
..
docs [local-private] move old edgehill src/pro into packages/local-private 2016-12-12 10:09:58 -05:00
encrypted_certificates [local-private] move old edgehill src/pro into packages/local-private 2016-12-12 10:09:58 -05:00
packages [local-sync] show messages sent to self 2017-01-03 09:31:34 -08:00
src/error-logger-extensions [local-private] move old edgehill src/pro into packages/local-private 2016-12-12 10:09:58 -05:00
README.md [local-private] move old edgehill src/pro into packages/local-private 2016-12-12 10:09:58 -05:00

Nylas Mail

This repo contains proprietary Nylas plugins and other extensions to N1

It is included as a submodule of the open source N1 repo at pro/nylas

From the root of N1, run script/grunt add-nylas-build-resources to manually copy the files from this repo into the appropriate places within N1.

That script is run as part of the N1 build task. Machines that have access this repo will automatically include the proprietary plugins.