Mailspring/README.md

60 lines
3.9 KiB
Markdown
Raw Normal View History

2015-10-03 02:26:56 +08:00
![N1 Logo](https://edgehill.s3.amazonaws.com/static/N1.png)
2015-10-05 20:08:53 +08:00
![N1 Screenshot](http://nylas.com/N1/images/1-1-initial-outlook-base.png)
2015-10-03 02:26:56 +08:00
2015-10-05 20:04:49 +08:00
**N1 is an open-source mail client built on the modern web with [Electron](https://github.com/atom/electron), [React](https://facebook.github.io/react/), and [Flux](https://facebook.github.io/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](https://github.com/nylas/sync-engine).
2015-10-03 02:26:56 +08:00
[![Build Status](https://travis-ci.org/nylas/N1.svg?branch=master)](https://travis-ci.org/nylas/N1)
[![Slack Invite Button](http://slack-invite.nylas.com/badge.svg)](http://slack-invite.nylas.com)
2015-10-05 16:47:38 +08:00
# Download N1
2015-10-03 02:26:56 +08:00
You can download compiled versions of N1 for Windows, Mac OS X, and Linux (.deb) from [https://nylas.com/N1](https://nylas.com/N1). You can also build and run N1 on Fedora. A Fedora distribution is coming soon!
2015-10-03 02:26:56 +08:00
2015-10-05 16:47:38 +08:00
# Build A Plugin
2015-10-03 02:26:56 +08:00
2015-10-30 10:35:22 +08:00
Plugins lie at the heart of N1 and give it its 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](http://nylas.com/N1/getting-started/) to write your first plugin in 5 minutes.
2015-10-03 02:26:56 +08:00
2015-10-03 04:04:31 +08:00
If you would like to run the N1 source and contribute, check out our [contributing
2015-12-15 04:24:13 +08:00
guide](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md).
2015-10-03 09:52:34 +08:00
2016-01-08 02:14:12 +08:00
# Plugin List
2016-01-08 02:12:25 +08:00
We're working on building a plugin index that makes it super easy to add them to N1. For now, check out the list below! (Feel free to submit a PR if you build a plugin and want it featured here.)
2016-01-08 02:14:12 +08:00
##### Themes
2016-01-08 02:12:25 +08:00
- [Dark](https://github.com/nylas/N1/tree/master/internal_packages/ui-dark) -- ([tutorial here](https://github.com/nylas/N1/issues/74))
- [Taiga](http://noahbuscher.github.io/N1-Taiga/) -- Mailbox-inspired light theme
- In development: [Ubuntu](https://github.com/ahmedlhanafy/Ubuntu-Ui-Theme-for-Nylas-N1)
- In development: [Material](https://github.com/equinusocio/N1-Material) ([preview](https://twitter.com/MattiaAstorino/status/683348095770456064))
2016-01-08 06:40:13 +08:00
- In development: [Predawn](https://github.com/adambmedia/N1-Predawn)
2016-01-08 02:12:25 +08:00
2016-01-08 02:14:12 +08:00
##### Composer
2016-01-08 02:12:25 +08:00
- [Translate](https://github.com/nylas/N1/tree/master/examples/N1-Composer-Translate) -- Works with 10 languages
- [QuickSchedule](https://github.com/nylas/N1/tree/master/examples/N1-Quick-Schedule) -- Quickly schedule a meeting with someone
- [Templates](https://github.com/nylas/N1/tree/master/examples/N1-Composer-Templates) -- Also sometimes known as "canned responses"
- [Jiffy](http://noahbuscher.github.io/N1-Jiffy/) -- Insert animated Gifs
- In Development: [PGP Encryption](https://github.com/mbilker/email-pgp)
2016-01-08 02:14:12 +08:00
##### Sidebar
2016-01-08 02:12:25 +08:00
- [GitHub info in Sidebar](https://github.com/nylas/N1/tree/master/examples/N1-Github-Contact-Card-Section)
2016-01-08 02:14:12 +08:00
##### Navbar
2016-01-08 02:12:25 +08:00
- [Open GitHub Issues](https://github.com/nylas/N1/tree/master/examples/N1-Message-View-on-Github)
2016-01-08 02:14:12 +08:00
##### Threadlist
2016-01-08 02:12:25 +08:00
- [Personal-level indicators](https://github.com/nylas/N1/tree/master/examples/N1-Personal-Level-Indicators)
- [Unsubscribe button](https://github.com/colinking/n1-unsubscribe)
2016-01-08 02:14:12 +08:00
##### Message View
2016-01-08 02:12:25 +08:00
- [Phishing Detection](https://github.com/nylas/N1/tree/master/examples/N1-Phishing-Detection)
- [Squirt Speed Reader](https://github.com/HarleyKwyn/squirt-reader-N1-plugin/)
# 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](https://github.com/nylas/N1/blob/master/CONTRIBUTING.md#running-against-open-source-sync-engine).
2016-01-08 02:12:25 +08:00
# Feature Requests / Plugin Ideas
Have an idea for a package, or a feature you'd love to see in N1? Check out our
[public Trello board](https://trello.com/b/hxsqB6vx/n1-open-source-roadmap)
2015-12-15 04:24:13 +08:00
to contribute your thoughts and vote on existing ideas or see the [existing plugins and themes](http://github.com/nylas/n1-plugins).