Mailspring/packages
Christine Spang e87bea789d Revert "[iso-core] Upgrade nodemailer"
This reverts commit e798e50d1a.

Reason for revert: breaks Send Later. Needs more testing.
2017-03-16 15:09:09 -07:00
..
client-app [client-app] Don't show non-existent children on folder creation 2017-03-16 12:26:42 -07:00
client-sync [client-sync] Only update lastReceivedDate if the message was actually received 2017-03-16 12:25:56 -07:00
isomorphic-core Revert "[iso-core] Upgrade nodemailer" 2017-03-16 15:09:09 -07:00
README.md [*] Rename postinstall.js -> postinstall.es6 2017-02-21 15:55:08 -08:00

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