From a19e352a4bd4c35915e0f47505b6190d445adf94 Mon Sep 17 00:00:00 2001 From: Tankred Hase Date: Sat, 18 Jan 2014 15:31:26 +0100 Subject: [PATCH] Update README.md --- README.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f5627cc..a0278c7 100644 --- a/README.md +++ b/README.md @@ -3,9 +3,15 @@ mail-html5 [![Build Status](https://travis-ci.org/whiteout-io/mail-html5.png)](h Whiteout Mail is an easy to use email client with integrated OpenPGP encryption written in pure JavaScript. Download the official version under [whiteout.io](http://whiteout.io). +### Features + +You can read about product features and future roadmap in our [FAQ](https://github.com/whiteout-io/mail-html5/wiki/FAQ). + ### Privacy and Security -* We take the privacy of your data very seriously. Messages are [encrypted end-to-end ](http://en.wikipedia.org/wiki/End-to-end_encryption) using the [OpenPGP](http://en.wikipedia.org/wiki/Pretty_Good_Privacy) protocol. This means that only you and your correspondents can read your mail. +We take the privacy of your data very seriously. Here are some of the technical details: + +* Messages are [encrypted end-to-end ](http://en.wikipedia.org/wiki/End-to-end_encryption) using the [OpenPGP](http://en.wikipedia.org/wiki/Pretty_Good_Privacy) protocol. This means that only you and your correspondents can read your mail. * The client talks directly via IMAP/SMTP to your mail server. Your messages and private PGP key are stored encrypted on your computer and are never sent to our our servers.