💌 A beautiful, fast and fully open source mail client for Mac, Windows and Linux.
Go to file
2017-10-20 12:00:37 -07:00
.snapcraft Adding Linux Snapcraft configuration, integration with Travis 2017-10-05 12:38:23 -07:00
app Fix syntax error and use internal event handler instead of duplicating it 2017-10-20 12:00:37 -07:00
mailsync@8841ba0989 Ensure v1 models reach the client, fix notification issues #160, #154 2017-10-19 23:41:20 -07:00
screenshots Add screenshot back to README 2017-08-02 12:46:04 -07:00
scripts Package linux .so and .bin, ship a compressed tar.gz file, not just tar 2017-10-03 17:12:09 -07:00
snap For Linux Snap, move local storage, etc. to SNAP_USER_COMMON 2017-10-20 00:07:22 -07:00
.appveyor.yml Correctly ship MailspringSetup.exe 2017-10-16 19:12:10 -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 Rename nylas-component-kit, nylas-exports, nylas-store, nylas-observables 2017-09-26 11:42:18 -07:00
.gitignore Generate snapcraft.yml on the fly to contain correct version 2017-10-05 14:10:15 -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 Turn the Snap linux build back on for further polish 2017-10-19 23:48:04 -07:00
book.json Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
CHANGELOG.md Bump to version 1.0.6, update changelog 2017-10-19 23:53:23 -07:00
CONTRIBUTING.md Update CONTRIBUTING to remove dead links #136 2017-10-11 22:57:46 -07:00
ISSUE_TEMPLATE.md Link to the new Slack channel from GitHub 2017-10-17 09:29:23 -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 Bump Electron for critical security fix 2017-09-27 23:12:09 -07:00
README.md Link to the new Slack channel from GitHub 2017-10-17 09:29:23 -07:00
ROADMAP.md Invite users with more than 4 accounts to subscribe, no hard limit 2017-09-29 14:56:33 -05:00
yarn.lock Update out-of-date yarn.lock 2017-10-03 22:26:57 -07:00

💌 Mailspring

Travis Status AppVeyor Status Mailspring Slack

Leaving Nylas Mail? Mailspring is a new version by one of the original authors. It's faster, leaner, and shipping today! Mailspring replaces the JavaScript mailsync 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. A major overhaul of the package manager and dependency tree mean it launches faster too. You might not even notice it's an Electron app!

Mailspring is 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.

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 (Snap coming soon) 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!

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.