💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Find a file
Evan Morikawa 609b6107f9 feat(auth): add disabled state to forms when submitting
Summary: Fixes T3773

Test Plan: manual

Reviewers: drew, bengotow

Reviewed By: bengotow

Maniphest Tasks: T3773

Differential Revision: https://phab.nylas.com/D2105
2015-10-02 17:10:49 -07:00
apm copy(readme): update readmes 2015-10-02 13:24:39 -07:00
build fix(docs): Push examples to the correct /examples URL 2015-10-02 16:09:49 -07:00
docs fix(docs): Push examples to the correct /examples URL 2015-10-02 16:09:49 -07:00
dot-nylas copy(readme): update readmes 2015-10-02 13:24:39 -07:00
examples add filters example 2015-10-02 17:09:06 -07:00
internal_packages feat(auth): add disabled state to forms when submitting 2015-10-02 17:10:49 -07:00
keymaps rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
menus rename(Nylas Mail): Replace Nylas Mail > N1 2015-09-29 09:44:30 -07:00
script copy(readme): update readmes 2015-10-02 13:24:39 -07:00
spec fix(sounds): make sounds listen to config options 2015-10-02 17:04:15 -07:00
src fix(sounds): make sounds listen to config options 2015-10-02 17:04:15 -07:00
static feat(auth): add disabled state to forms when submitting 2015-10-02 17:10:49 -07:00
.gitignore ignore gh-pages files 2015-10-02 14:47:33 -07:00
CONTRIBUTING.md copy(readme): update readmes 2015-10-02 13:24:39 -07:00
LICENSE.md meta(license): Add GPLv3 License 2015-10-01 10:23:42 -07:00
N1.sh refactor(n1): Update N1.sh to use N1_PATH instead of EDGEHILL_PATH 2015-10-02 11:58:44 -07:00
package.json fix(docs): Updating docs (round 1 of many) 2015-10-01 13:19:34 -07:00
README.md copy(readme): update readme 2015-10-02 13:04:31 -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. Use your token to download N1
  3. Follow the getting started guides here to write your first extension in 5 minutes

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