mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-11 02:30:21 +08:00
7dec807b28
Summary: Given that we keep the imap mail listener conenction open outside of the imap connection pool, it might close itself after a while or after putting your computer to sleep. Previously, if we had the connection object we just assumed it was connected and proceeded with sync, and if it wasn't, we would fall into an error loop in the sync worker preventing it from syncing at all (T8065) To fix this, we just call `connect` every time to ensure the connection is open. (This was the case before we introduced the connection pool) Test Plan: manual Reviewers: mark, spang, halla, evan Reviewed By: halla, evan Differential Revision: https://phab.nylas.com/D4334 |
||
---|---|---|
.. | ||
client-app | ||
client-sync | ||
isomorphic-core | ||
README.md |
Monorepo Packages
Each folder here is designed to act as its own repository. For development convenience, they are all included here in one monorepo. This allows us to grep across multiple codebases, not use submodules, and keep a unified commit history.
We use Lerna to manage the monorepo and tie
them all together with the main nylas-mail-all/scripts/postinstall.es6
script,
which in turn, calls lerna bootstrap