mail/README.md

26 lines
1.6 KiB
Markdown
Raw Normal View History

mail-html5 [![Build Status](https://travis-ci.org/whiteout-io/mail-html5.png)](https://travis-ci.org/whiteout-io/mail-html5)
2013-03-13 11:50:46 -04:00
==========
2014-01-16 04:59:41 -05:00
Whiteout Mail is a packaged HTML5 app with full IMAP, SMTP, TLS and OpenPGP support written in pure JavaScript on top of [chrome.socket](http://developer.chrome.com/apps/socket.html). Download the official version under [whiteout.io](http://whiteout.io).
2013-04-01 17:23:25 -04:00
2014-01-15 11:57:18 -05:00
### Building
2014-01-15 12:01:17 -05:00
You can download a prebuilt bundle under [releases](https://github.com/whiteout-io/mail-html5/releases) or build your own:
2013-04-01 17:23:25 -04:00
2014-01-15 11:28:58 -05:00
npm install && grunt
2013-04-01 17:23:25 -04:00
2014-01-15 12:02:29 -05:00
This builds the Chrome Packaged App bundle **DEV.zip** which can be installed under [chrome://extensions](chrome://extensions) in developer mode.
2014-01-15 11:48:15 -05:00
## License
2014-01-16 04:59:41 -05:00
Copyright © 2013, Whiteout Networks GmbH. All rights reserved.
The code is open for inspection and peer review by the security community. The code is currently not licensed under an open source license. If you're interested in contributing or getting a license, please get in touch with us [info@whiteout.io](mailto:info@whiteout.io).
These are some of the libraries we use. For a complete list please take a look at the code.
2014-01-16 05:00:46 -05:00
* [OpenPGP.js](http://openpgpjs.org): An implementation of OpenPGP in Javascript
2014-01-16 04:59:41 -05:00
* [Inbox](https://github.com/andris9/inbox): Simple IMAP client for node.js
* [Nodemailer](http://www.nodemailer.com): SMTP client for node.js
2014-01-16 05:00:46 -05:00
* [Forge](https://github.com/digitalbazaar/forge): An implementation of TLS in Javascript
2014-01-16 04:59:41 -05:00
* [node-shims](https://github.com/whiteout-io/node-shims): A basic set shims of commonly used node API for use in the browser