💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
Ben Gotow 51524ba38c fix(onboarding): Invitation code system, just in case
commit 64938016f6ffbf366a220e7abd9af6f7a4cb478b
Author: Ben Gotow <bengotow@gmail.com>
Date:   Sun Oct 4 16:42:38 2015 -0700

    Don't allow people to double click the token check button, make requests take at least 400msec

commit e548f3ee449c676a813c5630f1624963872ed6e6
Merge: 3350b91 e4b4933
Author: Ben Gotow <bengotow@gmail.com>
Date:   Sun Oct 4 16:39:56 2015 -0700

    Merge branch 'token-auth' of github.com:nylas/N1 into token-auth

    # Conflicts:
    #	internal_packages/onboarding/lib/token-auth-page.cjsx

commit 3350b917449c29299fa078d59a4a5a9339fdf29b
Author: Ben Gotow <bengotow@gmail.com>
Date:   Sun Oct 4 16:38:52 2015 -0700

    Improve a few error states, adding "checking" state when checking token

commit e4b49334cbf59145d9bdd955d35636f16a7c4924
Author: EthanBlackburn <ethan@nylas.com>
Date:   Sun Oct 4 16:21:39 2015 -0700

    Correct retry behavior

commit 11cd9a75b2a1ca0f4347160df93815743909ccea
Author: EthanBlackburn <ethan@nylas.com>
Date:   Sat Oct 3 18:06:55 2015 -0700

    Removed old auth token variable

commit afe451cd70de528def3443d8b373fd24f4aa5cde
Author: EthanBlackburn <ethan@nylas.com>
Date:   Sat Oct 3 16:08:12 2015 -0700

    Added token auth page
2015-10-04 16:49:41 -07:00
apm copy(readme): update readmes 2015-10-02 13:24:39 -07:00
build fix broken links 2015-10-04 14:28:00 -07:00
docs fix assorted problems in docs 2015-10-04 15:24:08 -07:00
dot-nylas fix(onboarding): Invitation code system, just in case 2015-10-04 16:49:41 -07:00
examples fix(readmes): Add "Install this plugin" bits to the plugin READMEs 2015-10-04 00:42:54 -07:00
internal_packages fix(onboarding): Invitation code system, just in case 2015-10-04 16:49:41 -07:00
keymaps rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
menus feat(dev-mode): Toggle dev mode, sticky through restarts 2015-10-03 19:04:19 -07:00
script copy(readme): update readmes 2015-10-02 13:24:39 -07:00
spec fix(sync): Request all labels / folders to avoid paging and missing inbox 2015-10-03 23:53:59 -07:00
src fix(account): change default user for data import 2015-10-04 16:34:09 -07:00
static fix(icons): New artwork for a few initial packages, labels 2015-10-03 23:34:43 -07:00
.gitignore ignore gh-pages files 2015-10-02 14:47:33 -07:00
CONTRIBUTING.md copy(readme): update links in readme 2015-10-02 18:48:34 -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.13 2015-10-04 00:43:07 -07:00
README.md copy(readme): bump image 2015-10-02 18:52:34 -07:00

N1 Logo

An extensible, open-source mail client built on the modern web.

N1 is a foundation to build new email experiences. It's built on Electron, React, and Flux.

We are currently in an invite-only beta. Sign up here to get early access. Star this repository to get even earlier access.

Getting Started Building Extensions

Everything in N1 is an extension. Building your own is easy.

  1. Sign up here to request an early invitation code
  2. Download N1 and use your early invitation code to log in
  3. Follow the getting started guides to write your first extension in 5 minutes

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