summaryrefslogtreecommitdiff
path: root/pkg
diff options
context:
space:
mode:
authorKali Kaneko <kali@leap.se>2016-03-28 12:22:08 -0400
committerKali Kaneko <kali@leap.se>2016-03-28 15:10:13 -0400
commit68f11cff01c18750036afdd97ac9074f8538b676 (patch)
treea239b64b28a93239370b1d4d3ddacdc13288ff52 /pkg
parentae5663769f2231f51b1cf2682bc6b6039dc0ab13 (diff)
[docs] readme for pixelated functionality
Diffstat (limited to 'pkg')
-rw-r--r--pkg/PixelatedWebmail.README38
1 files changed, 38 insertions, 0 deletions
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!