summaryrefslogtreecommitdiff
path: root/public/windows/index.en.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/windows/index.en.html')
-rw-r--r--public/windows/index.en.html91
1 files changed, 91 insertions, 0 deletions
diff --git a/public/windows/index.en.html b/public/windows/index.en.html
new file mode 100644
index 0000000..0505ad9
--- /dev/null
+++ b/public/windows/index.en.html
@@ -0,0 +1,91 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <title>
+ Bitmask for Windows - dl.bitmask.net
+ </title>
+ <meta content='width=device-width, initial-scale=1.0' name='viewport'>
+ <link href='/assets/bootstrap.min.css' rel='stylesheet'>
+ <link href='/assets/font-awesome/css/font-awesome.min.css' rel='stylesheet'>
+ <link href='/assets/style.css' rel='stylesheet'>
+ </head>
+ <body>
+ <a class='bm-masthead' href='/'></a>
+ <div class='bm-bar'>
+ Bitmask
+ Downloads
+ </div>
+ <div class='bm-main container'>
+ <h1 class="first">Bitmask for Windows</h1>
+
+<div id="TOC"><ul>
+ <li><ul>
+ <li><a href="#Download.latest.version">Download latest version</a></li>
+ <li><a href="#Download.other.versions">Download other versions</a></li>
+ <li><a href="#Configuring.email">Configuring email</a></li>
+ </ul></li>
+</ul>
+
+</div>
+
+<a name="Download.latest.version"></a>
+<h2>Download latest version</h2>
+
+<p>Currently, the Windows build is very buggy and is not officially support.</p>
+
+<p>Use at your own risk.</p>
+
+<p><a class='btn btn-primary btn-large' href='/client/windows/Bitmask-win32-latest.zip'>
+ <i class='fa fa-cloud-download fa-lg'></i>
+ Download for Windows
+</a></p>
+
+<a name="Download.other.versions"></a>
+<h2>Download other versions</h2>
+
+<p>If you want to install an old version of Bitmask, you can <a href="/client/windows/">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>
+ (c) 2014 LEAP Encryption Access Project
+ </div>
+ <div>
+ Everything available for download on this site is free and open source software.
+ </div>
+ </footer>
+ </body>
+</html>