💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Ben Gotow 2a95a47c4f fix(before-unload): When drafts are present, we do not resume quit properly after committing changes
Summary:
We designed the onBeforeUnload handler to resume a "close window" event, but it actually needs to resume a quit as well. This has become an issue recently and may be due to the DraftStore sessions not being removed from the DraftStore.

To test: Create a popout draft, close it, and then try to quit the app.

Test Plan: Run updated tests

Reviewers: dillon, evan

Reviewed By: dillon, evan

Differential Revision: https://phab.nylas.com/D1932
2015-08-26 10:00:20 -07:00
apm
arclib
build fix(build-flow): Add missing resolve statement 2015-08-24 11:06:54 -07:00
docs-templates
dot-nylas refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
exports feat(accounts): Kill namespaces, long live accounts 2015-08-21 15:29:58 -07:00
internal_packages fix(draft-list): Only parse the first 400 characters of HTML to create plaintext snippet 2015-08-25 16:08:16 -07:00
keymaps feat(composer): add bullets, numbered lists, and tab controls 2015-08-19 13:26:11 -07:00
menus fix(preferences): Windows / Linux styling and adjustments 2015-08-14 16:24:53 -07:00
script fix(build-flow): New integration test at the end of mac builds 2015-08-18 18:04:47 -07:00
spec fix(config): Apply config change from Atom, process locking 2015-08-25 16:00:09 -07:00
spec-nylas fix(before-unload): When drafts are present, we do not resume quit properly after committing changes 2015-08-26 10:00:20 -07:00
src fix(before-unload): When drafts are present, we do not resume quit properly after committing changes 2015-08-26 10:00:20 -07:00
static fix(button-dropdown): Broken styles on reply/reply-all button dropdown 2015-08-24 17:31:03 -07:00
vendor fix(sqlite): Connect to sqlite directly rather than sending queries over IPC (twice...) 2015-07-30 18:09:20 -07:00
.arcconfig
.arclint
.gitattributes
.gitignore feat(preferences): WIP Preferences panel 2015-08-14 15:40:11 -07:00
.gitmodules
.node-version
atom.sh
coffeelint.json
LICENSE.md refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
package.json bump(version): 0.3.1 2015-08-25 14:03:27 -04:00
README.md

Nylas Mail is a hackable platform for your personal data, built on Electron and the Nylas Platform APIs.

Building Nylas Mail

Extending Nylas Mail

It's easy to extend Nylas Mail using your favorite web technologies. Check out the Nylas Package API to get started, and the API reference for information about specific classes.