Go to file
Tankred Hase 021510d936 Merge pull request #87 from whiteout-io/dev/WO-455
fix signature behavior
2014-07-09 11:12:11 +02:00
res Add android release script 2014-07-01 18:47:50 +02:00
src Add link to key sync blog post 2014-07-08 16:51:28 +02:00
test [WO-455] add test to provoque openpgp clearsigned message bug 2014-07-08 19:17:57 +02:00
.gitignore Implement and test crypto module 2014-06-23 17:21:02 +02:00
.jshintrc get requirejs bootstrapping working 2014-03-02 23:05:09 +01:00
.travis.yml update readme and change deps to https github tarballs 2014-01-15 17:07:14 +01:00
Gruntfile.js [WO-420] add bug reporting capability with the axe logger 2014-07-02 16:17:50 +02:00
LICENSE.txt Update LICENSE.txt 2014-04-15 18:34:33 +02:00
README.md Fix paths to unit 2014-06-23 17:21:02 +02:00
package.json use pgpbuilder v0.3.5 2014-07-09 10:54:04 +02:00

README.md

mail-html5 Build Status

Whiteout Mail is an easy to use email client with integrated OpenPGP encryption written in pure JavaScript. Download the official version under whiteout.io.

Features

You can read about product features and our future roadmap in our FAQ.

Privacy and Security

We take the privacy of your data very seriously. Here are some of the technical details:

Reporting bugs and feature requests

  • We will launch a bug bounty program later on for independant security researchers. If you find any security vulnerabilities, don't hesitate to contact us security@whiteout.io.

  • You can also just create an issue on GitHub if you're missing a feature or just want to give us feedback. It would be much appreciated!

Testing

You can download a prebuilt bundle under releases or build your own from source (requires node.js, grunt and sass):

npm install && npm test

This will download all dependencies, run the tests and build the Chrome Packaged App bundle DEV.zip which can be installed under chrome://extensions in developer mode.

Development

For development you can start a connect dev server:

grunt dev

Then visit http://localhost:8580/dist/chrome.html#/desktop for front-end code or http://localhost:8580/test/unit/ to test JavaScript changes. You can also start a watch task so you don't have rebuild everytime you make a change:

grunt watch

Releasing

grunt release-test --release=0.0.0.x
grunt release-stable --release=0.x.0

License

Copyright © 2014, 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).

Third party libraries

We work together with existing open source projects wherever possible and contribute any changes we make back upstream. Many of theses libraries are licensed under an open source license. Here are some of them:

  • OpenPGP.js (LGPL license): An implementation of OpenPGP in Javascript
  • email.js (MIT license): IMAP, SMTP, MIME-building and MIME-parsing engine
  • Forge (BSD license): An implementation of TLS in JavaScript