Unofficial Gmail for Desktop

-ankur arora

A simple & beautiful desktop client for gmail which runs on OS X, Windows and Linux. Built with NW.js. Not affiliated with gmail . This is NOT an official product. Read the DISCLAIMER.

the major work of this project is done by @Aluxian

i have modified it to show desktop notifications for gmail

when notification comes, to check that email, click on the gmail icon in notification area

gmail features

Unofficial gmail for Desktop features

Build

Pre-requisites

# install gulp
npm install -g gulp

# install dependencies
npm install

Quick install on OS X:

brew install wine makensis
sudo gem install fpm

OS X: pack the app in a .dmg

gulp pack:osx64

Windows: create the installer

gulp pack:win32

Linux 32/64-bit: pack the app in a .deb

gulp pack:linux{32|64}:deb

The output is in ./dist. Take a look at gulpfile.coffee for additional tasks.

TIP: use the --toolbar parameter to quickly build the app with the toolbar on. E.g. gulp build:win32 --toolbar.

TIP: use gulp build:win32 --noicon to quickly build the Windows app without the icon.

TIP: for OS X, use the run:osx64 task to build the app and run it immediately.

Note to gmail

This project does not attempt to reverse engineer the gmail API or attempt to reimplement any part of the gmail client. Any communication between the user and gmail servers is handled by gmail Web itself; this is just a native wrapper for gmail Web, more akin to a browser than any gmail software.

Contributions

Contributions are welcome! For feature requests and bug reports please submit an issue. Also notify @Aluxian on github and twitter for more info on source code

License

The MIT License (MIT)

Copyright (c) 2015 Alexandru Rosianu

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.