From 68f11cff01c18750036afdd97ac9074f8538b676 Mon Sep 17 00:00:00 2001 From: Kali Kaneko Date: Mon, 28 Mar 2016 12:22:08 -0400 Subject: [docs] readme for pixelated functionality --- pkg/PixelatedWebmail.README | 38 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 38 insertions(+) create mode 100644 pkg/PixelatedWebmail.README (limited to 'pkg/PixelatedWebmail.README') diff --git a/pkg/PixelatedWebmail.README b/pkg/PixelatedWebmail.README new file mode 100644 index 00000000..c45dc9ae --- /dev/null +++ b/pkg/PixelatedWebmail.README @@ -0,0 +1,38 @@ +How to enable Pixelated Webmail +------------------------------- + +WARNING! This is an experimental feature. +It can expose your mail to *any* user with access to your machine, since there +is no authentication in place at the moment. It could even eat your data. You +have been warned. + +Ok, how do I enable this wonderful feature? +------------------------------------------- + +First, run the bundle for a first time, and ensure that you can register a new +account with a mail-enabled provider (for instance, mail.bitmask.net). + +Then, you have to edit a config file living inside the bundle folders. You have +to add "Pixmail=true" under the [General] section, like this: + +config/leap/leap.conf: + +[General] +SkipFirstRun=true +Provider=mail.bitmask.net +Pixmail=true + +[mail.bitmask.net] +Services=mx + +Then, run bitmask again: + +./bitmask --debug + +And a new "Bitmask Webmail" option should have appeared under the "Bitmask" +menu. + +If you want to disable the Webmail functionality, just set the Pixmail property +to 'false'. + +Enjoy your local and encrypted pixelated webmail! -- cgit v1.2.3