diff options
author | Kali Kaneko <kali@leap.se> | 2016-05-03 10:40:30 -0400 |
---|---|---|
committer | Kali Kaneko <kali@leap.se> | 2016-05-03 10:45:13 -0400 |
commit | 2a802378a6ffd1c1c677e4fa035ee3b8f932dfbe (patch) | |
tree | f9e0de467315a7cba1d8dc9299280c2d16532c3f /pkg/PixelatedWebmail.README | |
parent | cfdd93937a7af65be73d5cc482686d1fe559d0a9 (diff) |
[pkg] remove pixelated readme, can be enabled in prefswin
Diffstat (limited to 'pkg/PixelatedWebmail.README')
-rw-r--r-- | pkg/PixelatedWebmail.README | 38 |
1 files changed, 0 insertions, 38 deletions
diff --git a/pkg/PixelatedWebmail.README b/pkg/PixelatedWebmail.README deleted file mode 100644 index 06e52964..00000000 --- a/pkg/PixelatedWebmail.README +++ /dev/null @@ -1,38 +0,0 @@ -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: - -lib/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! |