summaryrefslogtreecommitdiff
path: root/public/linux
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-01-08 03:39:09 -0800
committerelijah <elijah@riseup.net>2014-01-08 03:39:09 -0800
commit1ca77d9a1a5df89982cb44b2af87bb7d8a827a53 (patch)
tree976b007ec37f70b6b7fc54de40609bc43c7bf1f6 /public/linux
parentc591d5bd649fb84d7e6fd2ca82644a65d26bc42e (diff)
added email note to linux page
Diffstat (limited to 'public/linux')
-rw-r--r--public/linux/index.en.html35
1 files changed, 35 insertions, 0 deletions
diff --git a/public/linux/index.en.html b/public/linux/index.en.html
index f0c2b66..04db0d7 100644
--- a/public/linux/index.en.html
+++ b/public/linux/index.en.html
@@ -33,6 +33,7 @@
<li><a href="#L64.bit.kernel">64 bit kernel</a></li>
<li><a href="#Other.options">Other options</a></li>
</ul></li>
+ <li><a href="#Configuring.email">Configuring email</a></li>
</ul></li>
</ul>
@@ -168,6 +169,40 @@
<h3>Other options</h3>
<p>If you want to install an old version of Bitmask, you can <a href="/client/linux/">browse all releases.</a></p>
+
+<a name="Configuring.email"></a>
+<h2>Configuring email</h2>
+
+<p>To get encrypted email to work, you have two options:</p>
+
+<ol>
+<li>Install the <a href="https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/">Bitmask Thunderbird Extension</a> (recommended).</li>
+<li>Configure your email client manually.</li>
+</ol>
+
+
+<p>Manual email client configuration:</p>
+
+<ul>
+<li>IMAP &mdash; <code>localhost:1984</code>
+
+<ul>
+<li>username: the full email address you use with the Bitmask app.</li>
+<li>password: ignored, can be anything.</li>
+<li>SSL/TLS: off</li>
+</ul>
+</li>
+<li>SMTP &mdash; <code>localhost:2013</code>
+
+<ul>
+<li>authentication: none</li>
+<li>SSL/TLS: off</li>
+</ul>
+</li>
+</ul>
+
+
+<p>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.</p>
</div>
<footer>
<div>