💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Ben Gotow 5b9f368b7a fix(keymaps): Listen to atom commands instead of DOM events
Using `addEventListener` only works when the command is triggered by the atom keymaps manager, NOT when the command is triggered by the command registry (NylasEnv.commands.dispatch). Odds are, when you subscribe to key commands you /really/ mean to subscribe to the command, no matter how it's invoked.

This fixes #556, in which the down / up arrows in the message list weren't working.
2015-12-04 18:27:11 -08:00
apm
build feat(build): add nylas resources 2015-12-02 15:12:56 -08:00
docs
dot-nylas
examples feat(templates-plugin): Add prefs page with template editor, fix bugs. 2015-12-02 21:28:49 -08:00
internal_packages fix(keymaps): Listen to atom commands instead of DOM events 2015-12-04 18:27:11 -08:00
keymaps feat(print): Add functionality to print currently focused thread 2015-12-04 18:12:06 -08:00
menus feat(print): Add functionality to print currently focused thread 2015-12-04 18:12:06 -08:00
script
spec fix(counts): compute deltas for unpersist events, more specs 2015-12-04 16:29:26 -08:00
spec_integration
src fix(keymaps): Listen to atom commands instead of DOM events 2015-12-04 18:27:11 -08:00
static feat(print): Add functionality to print currently focused thread 2015-12-04 18:12:06 -08:00
.eslintrc
.gitignore
.gitmodules feat(build): add nylas build resources 2015-12-02 13:59:54 -08:00
.travis.yml fix(travis): only build ci-test 2015-12-04 16:39:42 -08:00
CHANGELOG.md changelog: Notes about 0.3.27 patch 2015-12-03 18:58:08 -08:00
CONTRIBUTING.md
LICENSE.md
N1.sh
package.json feat(build): add nylas resources 2015-12-02 15:12:56 -08:00
README.md

N1 Logo

N1 Screenshot

N1 is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email. N1 is built on the Nylas Sync Engine which is also open source free software.

Build Status Slack Invite Button

Download N1

You can download compiled versions of N1 for Windows, Mac OS X, and Linux (.deb) from https://nylas.com/N1. You can also build and run N1 on Fedora. A Fedora distribution is coming soon!

Build A Plugin

Plugins lie at the heart of N1 and give it its powerful features. Building your own plugins allows you to integrate the app with other tools, experiment with new workflows, and more. Follow the Getting Started guide to write your first plugin in 5 minutes.

If you would like to run the N1 source and contribute, check out our contributing guide

Running Locally

By default the N1 source points to our hosted version of the Nylas Sync Engine; however, the Sync Engine is open source and you can run it yourself.

Feature Requests / Package Ideas

Have an idea for a package, or a feature you'd love to see in N1? Check out our public Trello board to contribute your thoughts and vote on existing ideas.