summaryrefslogtreecommitdiff
path: root/pages/email/en.text
diff options
context:
space:
mode:
Diffstat (limited to 'pages/email/en.text')
-rw-r--r--pages/email/en.text27
1 files changed, 27 insertions, 0 deletions
diff --git a/pages/email/en.text b/pages/email/en.text
new file mode 100644
index 0000000..db8ef4c
--- /dev/null
+++ b/pages/email/en.text
@@ -0,0 +1,27 @@
+@title = "Bitmask 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.