summaryrefslogtreecommitdiff
path: root/pages/help/email
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-03 22:46:55 -0700
committerelijah <elijah@riseup.net>2014-08-03 22:46:55 -0700
commitdfb4ed7419125d87c99994251ce808e7f0e7b670 (patch)
treef388d4e41e352fa12cf33b57000e9f889cbaa713 /pages/help/email
parentdb78087789793faa419680abc35c1be918533b30 (diff)
move all help under /help
Diffstat (limited to 'pages/help/email')
-rw-r--r--pages/help/email/en.text27
1 files changed, 27 insertions, 0 deletions
diff --git a/pages/help/email/en.text b/pages/help/email/en.text
new file mode 100644
index 0000000..4bc4bfc
--- /dev/null
+++ b/pages/help/email/en.text
@@ -0,0 +1,27 @@
+@title = "Encrypted Email"
+@nav_title = "Email"
+
+h2. Configuring email
+
+To get encrypted email to work, you have two options:
+
+1. [[Bitmask Thunderbird Extension => https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/]] (recommended)
+2. Manual email client configuration
+
+h3. Bitmask Thunderbird Extension
+
+# Install Bitmask app and register for an account.
+# Install the [[Bitmask Thunderbird Extension => https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/]]. From within Thunderbird, select the menu items *Tools* > *Add Ons...* and then search for "Bitmask".
+# Once the extension is installed, you can add an email account from the Thunderbird menu item *File* > *New* > *Bitmask Account...*
+
+h3. Manual email client configuration
+
+* IMAP -- @localhost:1984@
+** *username*: the full email address you use with the Bitmask app.
+** *password*: ignored, can be anything.
+** *SSL/TLS*: off
+* SMTP -- @localhost:2013@
+** *authentication*: none
+** *SSL/TLS*: off
+
+You should also disable any local caching in your email client, if applicable. All the data stored by Bitmask is kept on disk in an encrypted format, but your mail client might cache your email in clear text, so it is good to disable caching if you can. Also, all your Bitmask email is sync'ed locally anyway, so there is no benefit to local caching.