mirror of
https://github.com/Foundry376/Mailspring.git
synced 2025-01-10 18:23:21 +08:00
💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
59042fdfab
Summary: Fix issue where ports were being stored as strings - add a format field for account settings that turns on casting to int when set to `integer`. Change behavior of pressing enter - rather than always submitting, have it move to the next page on multi-page account settings. Test Plan: manual Reviewers: evan, bengotow Reviewed By: bengotow Subscribers: bengotow Differential Revision: https://phab.nylas.com/D2094 |
||
---|---|---|
apm | ||
build | ||
docs | ||
dot-nylas | ||
examples | ||
internal_packages | ||
keymaps | ||
menus | ||
script | ||
spec | ||
src | ||
static | ||
.gitignore | ||
CONTRIBUTING.md | ||
LICENSE.md | ||
N1.sh | ||
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 invitation code
- Use your token to download N1
- 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