|
1 | 1 | # Nylas Mail - the open-source, extensible mail client |
2 | 2 |  |
3 | 3 |
|
4 | | -**Nylas Mail 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 was designed to be easy to extend, and many third-party plugins are available that add functionality to the client. Nylas Mail was initially released and open-sourced in Spring 2015 and was maintained by Nylas until Spring 2017. While Nylas no longer supports Nylas Mail, you can download the latest release or build it from source. There are also [several forks](#forks) that are being actively developed and maintained. |
| 4 | +**Nylas Mail 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 was designed to be easy to extend, and many third-party plugins are available that add functionality to the client. |
| 5 | + |
| 6 | +**Nylas Mail was initially released and open-sourced in early 2015 and was maintained by Nylas until Spring 2017.** While Nylas no longer supports Nylas Mail, you can download the latest release or build it from source. There are also **[several forks](#forks)** that are being actively developed and maintained. |
5 | 7 |
|
6 | 8 | ### Exploring the Source |
7 | 9 |
|
@@ -51,6 +53,11 @@ In early 2016, the Nylas Mail team wrote [extensive documentation](https://nylas |
51 | 53 | - [Application Architecture](https://nylas.github.io/nylas-mail/guides/Architecture.html) |
52 | 54 | - [Debugging Nylas Mail](https://nylas.github.io/nylas-mail/guides/Debugging.html) |
53 | 55 |
|
| 56 | +The team has also given conference talks about the client: |
| 57 | + |
| 58 | +- [How React & Flux Turn Apps Into Extensible Platforms](https://www.youtube.com/watch?v=Uu4Yz2HmCgE) |
| 59 | +- [ForwardJS: Electron, React & Pixel Perfect Experiences](https://www.youtube.com/watch?v=jRPUB-D1Wx0&list=PL7i8CwZBnlf7iUTn2JMVLLWofAhaiK7l3) |
| 60 | + |
54 | 61 | ## Running the Cloud |
55 | 62 |
|
56 | 63 | When you download and build Nylas Mail from source it runs without its cloud components. The concept of a "Nylas ID" / subscription has been removed, and plugins that require server-side processing are disabled by default. (Plugins like Snooze, Send Later, etc.) |
@@ -121,5 +128,5 @@ When you install packages, they're moved to ~/.nylas-mail/packages, and Nylas Ma |
121 | 128 |
|
122 | 129 | There are several forks of Nylas Mail that you should check out! |
123 | 130 |
|
124 | | - - [Merra](https://gomerra.com) - Significant rewrite by one of the original authors |
| 131 | + - [Merra](github.com/bengotow/N1) - Significant rewrite by one of the original authors focused on performance and cloud plugins |
125 | 132 | - [Nylas Mail Lives](https://github.com/nylas-mail-lives/nylas-mail) - Community effort to fix bugs and improve the client! |
0 commit comments