💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2017-09-26 11:36:42 -07:00
app Rename $n (NylasEnv convenience accesor) to $m 2017-09-26 11:36:42 -07:00
mailsync@c15e2a25ea Correctly place name on Gmail accounts 2017-09-25 16:56:47 -07:00
screenshots Add screenshot back to README 2017-08-02 12:46:04 -07:00
scripts Enable postinstall downloading of C++ binaries 2017-09-05 14:16:34 -07:00
.appveyor.yml Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
.babelrc [*] use hardlinked .babelrc for AppVeyor 2017-03-07 14:11:16 -05:00
.coffeelint.json [dev] Make 'arc lint' shut up about long lines 2017-03-13 11:42:14 -07:00
.eslintrc Adopt prettier , upgrade ESLint 2017-09-26 11:33:08 -07:00
.gitignore Replace references to Nylas in many places 2017-08-16 13:20:54 -07:00
.gitmodules Fix rename of mailsync module 2017-09-05 14:13:02 -07:00
.prettierrc Adopt prettier , upgrade ESLint 2017-09-26 11:33:08 -07:00
.travis.yml Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
book.json Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
CHANGELOG.md [client-app] Update changelog 2017-04-17 23:10:26 -07:00
CONTRIBUTING.md Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
ISSUE_TEMPLATE.md Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
LICENSE.md fix(license): Swap ref to GPLv3 with the whole thing so GitHub picks it up 2016-10-15 10:48:44 -07:00
package.json Adopt prettier , upgrade ESLint 2017-09-26 11:33:08 -07:00
README.md update mailspring paths for bundled themes/plugins 2017-09-15 00:35:41 -04:00
ROADMAP.md Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
yarn.lock Adopt prettier , upgrade ESLint 2017-09-26 11:33:08 -07:00

💌 Mailspring

Travis Status AppVeyor Status

Hello! I'm one of the original authors of Nylas Mail and this is a significant fork of the app which completely replaces JavaScript mail sync with a C++ core built on Mailcore2. Unfortunately, it's not ready for use - check back soon!

Mailspring Screenshot

High level Goals:

  • Replace JavaScript mail sync (client-sync package) and the Electron "worker window" with a new, high performance codebase written in C++ and based on Mailcore2. Make the Electron application just the UI layer.
    • One C++ process per email account.
    • C++ and JS communicate via the child process stdin/stdout streams.
    • JS application queues tasks but has read-only access to the database.
    • JS application should not install timers or wake /at all/ when idle. 0% battery impact when idle.
  • Improve performance of the thread list and composer contenteditable.
  • Make windows open faster by just having less code.
  • Bring back mail rules.

Roadmap and Progress:

See ROADMAP.md


Mailspring is an open-source mail client built on the modern web with Electron, React, and Flux. It is designed to be extensible, so it's easy to create new experiences and workflows around email. Want to learn more? Check out the full documentation.

Slack Invite Button

Download Mailspring

You can download compiled versions of Mailspring for Windows, Mac OS X, and Linux (.deb) from https://getmailspring.com/download. You can also build and run Mailspring (Previously N1) on Fedora. On Arch Linux, you can install n1 or n1-git from the aur.

Build A Plugin

Plugins lie at the heart of Mailspring 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 to write your first plugin in five minutes. To create your own theme, go to our Theme Starter guide.

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

Themes

The Mailspring user interface is styled using CSS, which means it's easy to modify and extend. Mailspring comes stock with a few beautiful themes, and there are many more which have been built by community developers

Bundled Themes

Community Themes

To install community themes:

  1. Download and unzip the repo
  2. In Mailspring, select Developer > Install a Package Manually...
  3. Navigate to where you downloaded the theme and select the root folder. The theme is copied into the Mailspring settings folder for your convinence
  4. Select Change Theme... from the top level menu, and you'll see the newly installed theme. That's it!

Want to dive in more? Try creating your own theme!

Plugin List

We're working on building a plugin index that makes it super easy to add them to Mailspring. For now, check out the list below! (Feel free to submit a PR if you build a plugin and want it featured here.)

Bundled Plugins

Great starting points for creating your own plugins!

Configuration

You can configure Mailspring in a few ways—for instance, pointing it to your self-hosted instance of the sync engine or changing the interface zoom level. Learn more about how.

Feature Requests / Plugin Ideas

Have an idea for a package or a feature you'd love to see in Mailspring? Search for existing GitHub issues and join the conversation!