Mailspring/internal_packages/developer-bar/lib
Ben Gotow 607ca3bf10 feat(accounts): Kill namespaces, long live accounts
Summary:
This diff replaces the Namespace object with the Account object, and changes all references to namespace_id => account_id, etc. The endpoints are now `/threads` instead of `/n/<id>/threads`.

This diff also adds preliminary support for multiple accounts. When you log in, we now log you in to all the attached accounts on edgehill server. From the preferences panel, you can auth with / unlink additional accounts. Shockingly, this all seems to pretty much work.

When replying to a thread, you cannot switch from addresses. However, when creating a new message in a popout composer, you can change the from address and the SaveDraftTask will delete/re-root the draft on the new account.

Search bar doesn't need to do full refresh on clear if it never committed

Allow drafts to be switched to a different account when not in reply to an existing thread

Fix edge case where ChangeMailTask throws exception if no models are modified during performLocal

Show many dots for many accounts in long polling status bar

add/remove accounts from prefs

Spec fixes!

Test Plan: Run tests, none broken!

Reviewers: evan, dillon

Reviewed By: evan, dillon

Differential Revision: https://phab.nylas.com/D1928
2015-08-21 15:29:58 -07:00
..
developer-bar-curl-item.cjsx fix(initial-sync): Make initial sync more robust, show progress, retry on failure 2015-05-19 15:59:37 -07:00
developer-bar-long-poll-item.cjsx feat(draft-syncback): Sync drafts with Gmail (API does not support Exchange syncback) 2015-07-22 11:18:23 -07:00
developer-bar-store.coffee feat(accounts): Kill namespaces, long live accounts 2015-08-21 15:29:58 -07:00
developer-bar-task.cjsx feat(offline-mode, undo-redo): Tasks handle network errors better and retry, undo/redo based on tasks 2015-07-07 13:38:53 -04:00
developer-bar.cjsx feat(accounts): Kill namespaces, long live accounts 2015-08-21 15:29:58 -07:00
main.cjsx fix(initial-sync): Make initial sync more robust, show progress, retry on failure 2015-05-19 15:59:37 -07:00