💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2018-05-22 17:46:18 -07:00
.snapcraft Adding Linux Snapcraft configuration, integration with Travis 2017-10-05 12:38:23 -07:00
.vscode Bring back the Thread Sharing plugin 🎉 2018-03-30 01:36:23 -07:00
app Replace electron-lets-move with new Electron API #821 2018-05-22 17:46:18 -07:00
mailsync@c546d97b47 Index thread subjects into separate column of ThreadSearch table #860 2018-05-22 16:55:46 -07:00
screenshots Add screenshot back to README 2017-08-02 12:46:04 -07:00
scripts Bump to a newer version of runas with 1.8.x support 2018-01-28 22:45:23 -08:00
snap Snap: Add desktop plug, see if it fixes font issue 2017-12-08 11:56:16 -08:00
.appveyor.yml Build native modules with VS 2015 because V8 now requires it 2018-01-28 23:17:37 -08:00
.babelrc [*] use hardlinked .babelrc for AppVeyor 2017-03-07 14:11:16 -05:00
.eslintrc Disable the “no-cond-assign” eslint rule 2018-01-26 10:57:22 -08:00
.gitignore Make password management errors immediately fatal 2017-11-30 17:07:23 +00: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 Install execstack on Travis 2017-11-01 09:45:54 -07:00
book.json Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
CHANGELOG.md Update Changelog 2018-04-04 01:30:31 -07:00
CONTRIBUTING.md Update links to the docs 2017-12-11 11:31:39 -08:00
ISSUE_TEMPLATE.md Link to the new Slack channel from GitHub 2017-10-17 09:29:23 -07:00
LICENSE-mailsync.md Add small note with mailsync licensing information 2017-10-23 12:49:39 -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-lock.json Replace electron-lets-move with new Electron API #821 2018-05-22 17:46:18 -07:00
package.json Bump to Electron 1.8.7 2018-05-22 17:26:53 -07:00
README.md Add info for updating an existing Nylas theme (#700) 2018-02-26 11:17:53 -08:00
ROADMAP.md Update readme.md and roadmap.md 2018-02-20 20:17:15 -08:00
yarn.lock Bump to Electron 1.8.2-beta5 2018-02-04 19:58:42 -08:00

💌 Mailspring

Travis Status AppVeyor Status Mailspring Slack

Mailspring is a new version of Nylas Mail maintained by one of the original authors. It's faster, leaner, and shipping today! It replaces the JavaScript sync code in Nylas Mail with a new C++ sync engine based on Mailcore2. It uses roughly half the RAM and CPU of Nylas Mail and idles with almost zero "CPU Wakes", which translates to great battery life. It also has an entirely revamped composer and other great new features.

Mailspring's UI is open source (GPLv3) and written in JavaScript with Electron and React - it's built on a plugin architecture and was designed to be easy to extend. Check out CONTRIBUTING.md to get started!

Mailspring's sync engine is spawned by the Electron application and runs locally on your computer. It will be open-sourced in the future but is currently closed source. When you set up your development environment, Mailspring uses the latest version of the sync process we've shipped for your platform so you don't need to pull sources or install it's compile-time dependencies.

Mailspring Screenshot

Features

Mailspring comes packed with powerful features like Unified Inbox, Snooze, Send Later, Mail Rules, Templates and more. Mailspring Pro, which you can unlock with a monthly subscription, adds even more features for people who send a ton of email: link tracking, read receipts, mailbox analytics, contact and company profiles. All of these features run in the client - Mailspring does not send your email credentials to the cloud. For a full list of features, check out getmailspring.com.

Download Mailspring

You can download compiled versions of Mailspring for Windows, Mac OS X, and Linux (deb, rpm and snap) from https://getmailspring.com/download.

Contributing

Mailspring's UI is entirely open-source and pull requests and contributions are welcome! There are three ways to contribute: building a plugin, building a theme, and submitting pull requests to the project itself. When you're getting started, you may want to join our public slack so you can ask questions and learn from other people doing development.

Building 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.

A plugin "store" like the Chrome Web Store is coming soon, and will make it easy for other users to discover plugins you create.

Building a Theme

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. To start creating a theme, clone the theme starter!

If you are updating an existing Nylas theme for Mailspring here is a step by step tutorial. Notice: as part of the update process you will probably need to import mailspring base variables.

Contributing to Mailspring Core

Pull requests are always welcome - check out CONTRIBUTING for more information about setting up the development environment, running tests locally, and submitting pull requests.