mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-08 17:17:56 +08:00
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
apm | ||
build | ||
docs | ||
dot-nylas | ||
examples | ||
internal_packages | ||
keymaps | ||
menus | ||
script | ||
spec | ||
src | ||
static | ||
.gitignore | ||
atom.sh | ||
LICENSE.md | ||
package.json | ||
README.md |
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.
- Sign up here to request an early access token
- Use your token to download N1
- Follow the getting started guides here to write your first extension in 5 minutes
Contributing to N1 Core
You currently need an early access token to get setup on N1. Sign up here to request one.
Once you have a token:
git clone https://github.com/nylas/N1.git
cd N1
script/bootstrap
./n1 --dev
Our early access tokens are designed control access to our production mail sync engine while we roll out N1. However, the sync engine is open source and you can set it up yourself to begin using N1 immediately. Follow instructions on the sync engine repository.