mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-03-01 10:33:14 +08:00
Summary: The new send-reminders cloud-worker needs different information to check for replies now that the sync engine is local. Make sure we save all of the required information to the metadata. The current values are: - expiration: the time the reminder should be sent, if no new replies - folderImapNames: the folders to check for replies - messageIdHeaders: the Message-Id headers of messages in the thread (we search for In-Reply-To headers that match these values, and also use them to decide whether a message is a new reply or an old reply) - replyTo: the message to reply to when sending the reminder email - subject: the subject to use when sending the reminder email Test Plan: manual Reviewers: juan, evan Reviewed By: evan Differential Revision: https://phab.nylas.com/D3952 |
||
---|---|---|
.. | ||
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.js
script,
which in turn, calls lerna bootstrap