💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Drew Regitsky 09b91a0a28 feature(feedback): move feedback to a package, indicator for new msgs
Summary: Move all Intercom feedback code to a package. Change the appearance of the lower right question mark icon when a new intercom message is received (red, with repeating CSS bounce animation). New messages are detected by keeping the intercom window open (after the first time it's opened by the user), and listening for DOM mutations of particular classes.

Test Plan: manual

Reviewers: bengotow

Reviewed By: bengotow

Subscribers: evan

Differential Revision: https://phab.nylas.com/D2125
2015-10-07 13:55:54 -07:00
apm Update APM to 1.1.1 2015-10-06 23:35:03 -04:00
build Merge pull request #49 from mbilker/node-v4 2015-10-07 10:55:51 -07:00
docs actually no more gh-pages 2015-10-05 05:08:53 -07:00
dot-nylas fix(onboarding): Invitation code system, just in case 2015-10-04 16:49:41 -07:00
examples fix(send-availability): Make the package load into popout composers 2015-10-07 11:45:46 -07:00
internal_packages feature(feedback): move feedback to a package, indicator for new msgs 2015-10-07 13:55:54 -07:00
keymaps
menus feat(dev-mode): Toggle dev mode, sticky through restarts 2015-10-03 19:04:19 -07:00
script Use npm's packaged node-gyp and combine configure and rebuild gyp steps 2015-10-06 23:41:19 -04:00
spec fix(auth): Resize the auth window after an update to the token status 2015-10-06 17:58:07 -07:00
src feature(feedback): move feedback to a package, indicator for new msgs 2015-10-07 13:55:54 -07:00
static feature(feedback): move feedback to a package, indicator for new msgs 2015-10-07 13:55:54 -07:00
.gitignore ignore gh-pages files 2015-10-02 14:47:33 -07:00
.travis.yml Add basic travis-ci integration 2015-10-05 23:59:43 +02:00
CONTRIBUTING.md fix(docs): add CLA to CONTRIBUTING.md 2015-10-07 11:51:33 -07:00
LICENSE.md
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 Merge pull request #49 from mbilker/node-v4 2015-10-07 10:55:51 -07:00
README.md add more info on running against local sync engine 2015-10-06 19:05:02 -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.

Download N1

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

Build A Plugin

Plugins lie at the heart of N1 and give it it's 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.