summaryrefslogtreecommitdiff
path: root/public/common
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-02-13 02:09:23 -0800
committerelijah <elijah@riseup.net>2014-02-13 02:09:23 -0800
commit1b41fc1dfbce7ef354d44bee6aa9d4de481fc66d (patch)
treeaa1e511a1545b5fb01735428b34ec0122a850e59 /public/common
parentbc8f6ffaa06b0f47fc8e6fd30e3dcb50d5605c3b (diff)
re-render with new amber
Diffstat (limited to 'public/common')
-rw-r--r--public/common/_download_button.haml3
-rw-r--r--public/common/_email.md24
2 files changed, 27 insertions, 0 deletions
diff --git a/public/common/_download_button.haml b/public/common/_download_button.haml
new file mode 100644
index 0000000..d42816d
--- /dev/null
+++ b/public/common/_download_button.haml
@@ -0,0 +1,3 @@
+%a{:href => @locals[:link], :class => 'btn btn-primary btn-large'}
+ %i.fa.fa-cloud-download.fa-lg
+ = @locals[:text] || t("Download")
diff --git a/public/common/_email.md b/public/common/_email.md
new file mode 100644
index 0000000..976fe3d
--- /dev/null
+++ b/public/common/_email.md
@@ -0,0 +1,24 @@
+## 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
+
+### Bitmask Thunderbird Extension
+
+1. Install Bitmask app and register for an account.
+2. Install the [Bitmask Thunderbird Extension](https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/).
+3. Select the Thunderbird menu item `File` > `New` > `Bitmask Account...`
+
+### 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.