💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Juan Tejada 7b18f43eab Convert Composer Template example to ES6
Summary:
- Include ES6 files in spec-suite
- Fix template store specs
- Refactors TemplateStore a little bit to adjust to specs
- Convert coffe .cjsx files to ES6 .jsx files
- Fix TemplateDraftStoreExtension functions
- Update ComposerTemplates example README

Test Plan: - Plugin unit tests

Reviewers: bengotow, evan

Reviewed By: evan

Differential Revision: https://phab.nylas.com/D2250
2015-11-14 22:12:06 -08:00
apm Update APM to 1.1.1 2015-10-06 23:35:03 -04:00
build Merge pull request #301 from nicholascapo/update-libgcrypt-dependency 2015-11-11 15:43:39 -08:00
docs feat(windows): updated docs and fix for building on 64-bit 2015-10-23 12:55:44 -07:00
dot-nylas feat(keymap): add new <KeymapHandlers /> 2015-11-06 11:47:06 -08:00
examples Convert Composer Template example to ES6 2015-11-14 22:12:06 -08:00
internal_packages fix(tray): Slightly resize win/linux tray icons 2015-11-14 13:10:39 -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(win32): Allow npm dedupe to error, succeeds anyway 2015-11-06 15:47:28 -08:00
spec Convert Composer Template example to ES6 2015-11-14 22:12:06 -08:00
src fix(tray): Set tray width based on actual unread count text width 2015-11-13 19:30:25 -08:00
static fix(dropdowns): 3% darken on hover, not full blue 2015-11-13 16:58:55 -08:00
.eslintrc Update grunt tasks to lint and transpile es6 code using babel 2015-11-06 17:40:42 -08:00
.gitignore feat(log): extract reporting and log API failures 2015-11-06 12:20:01 -08:00
.travis.yml fix(travis): disable node 4 for now 2015-10-07 22:52:20 -04:00
CHANGELOG.md changelog: 0.3.20 release notes 2015-10-28 14:38:48 -07: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 Properly exit out of N1.sh if script/bootstrap hasn't been run yet. 2015-10-04 12:30:37 -07:00
package.json bump(version): 0.3.23 2015-11-14 13:11: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.