Skip to content
This repository has been archived by the owner on Sep 22, 2021. It is now read-only.
/ wmail Public archive

The missing desktop client for Gmail & Google Inbox

License

Notifications You must be signed in to change notification settings

Thomas101/wmail

Repository files navigation

WMail

Join the chat at https://gitter.im/wmail-desktop/Lobby Download Travis Build Status js-standard-style Donate

The missing desktop client for Gmail & Google Inbox. Bringing the Gmail & Google Inbox experience to your desktop in a neatly packaged app

Download the latest release

View all releases

Raise an issue or request a feature

Find out how you can contribute

Screenshot

Building from source

Feeling brave and want to build from source? Here's what you need to do

Firstly you need to get an OAuth client ID and secret from Google. Visit https://console.developers.google.com to get started. You'll need to setup your OAuth Client ID and enable the Gmail, Google+ and Identity Toolkit APIs.

To create OAuth client ID & secret, under "API Manager", choose "Create Credentials", then "OAuth client ID". For "Application type", select "Other", and choose some name for the application, as described in these screenshots:

Create credentials

Create OAuth client ID

Next create src/shared/credentials.js with your Google client ID and secret like so...

module.exports = Object.freeze({
	GOOGLE_CLIENT_ID : '<Your google client id>',
	GOOGLE_CLIENT_SECRET: '<Your google client secret>'
})

Then run the following...

npm install webpack -g
npm run-script install-all
npm start

Packaging Builds

To package builds. (Note packaging osx builds can only be done from osx)

brew install msitools
npm install
npm rebuild
npm run-script package

Made with ♥ by Thomas Beverley. Buy me a beer 🍺