💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
Ben Gotow 0d5865cf49 fix(paste): avoid code duplication, just give menu items roles
Manual implementation of clipboard behaviors was not necessary and meant that pasting images via right-click didn't go through the same code path as Cmd-V.

May fix #228, depending on the exact issue.
2015-11-24 15:23:29 -08:00
apm refactor(env): new NylasEnv global 2015-11-17 16:41:20 -08:00
build fix(spectron): prevent execution for windows only 2015-11-24 00:17:00 -05:00
docs fix(copy): Call split / list modes "Single Panel / Two Panel" 2015-11-23 17:34:56 -08:00
dot-nylas feat(keymap): add new <KeymapHandlers /> 2015-11-06 11:47:06 -08:00
examples fix(examples): change nylas version in QuickSchedule plugin example 2015-11-24 11:23:46 -08:00
internal_packages Merge pull request #449 from mbilker/travis-linux-testing 2015-11-24 12:48:31 -08:00
keymaps fix(keymaps): Small tweaks to fix broken key behaviors 2015-11-13 16:05:40 -08:00
menus fix(menu): Allow fast-switch between accounts 2015-11-06 18:19:49 -08:00
script fix(build): bail if script/bootstrap fails and enhance test output 2015-11-23 14:34:18 -05:00
spec fix(counts): Expand tests, fix edge cases in count tracking 2015-11-24 15:14:00 -08:00
spectron fix(spectron): Update window count spec 2015-11-19 14:42:34 -08:00
src fix(paste): avoid code duplication, just give menu items roles 2015-11-24 15:23:29 -08:00
static fix(styles): Remove custom pre tag styling for email 2015-11-24 12:35:35 -08:00
.eslintrc Update grunt tasks to lint and transpile es6 code using babel 2015-11-06 17:40:42 -08:00
.gitignore 🍒(atom): Pull new, cleaner compile cache + index.js 2015-11-17 19:43:08 -08:00
.travis.yml fix(travis): specify NYLAS_HOME for nylas/N1#445 2015-11-23 23:31:37 -05:00
CHANGELOG.md fix(copy): Call split / list modes "Single Panel / Two Panel" 2015-11-23 17:34:56 -08:00
CONTRIBUTING.md Update CONTRIBUTING.md 2015-10-29 16:58:46 -07:00
LICENSE.md meta(license): Add GPLv3 License 2015-10-01 10:23:42 -07:00
N1.sh fix(spec): cleanup N1.sh and make specs fail with exit code 1 2015-11-23 16:00:55 -05:00
package.json bump(version): 0.3.24 2015-11-23 22:27:05 -08:00
README.md fix(sp): It's => its 2015-10-29 19:35:31 -07:00

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.