summaryrefslogtreecommitdiff
path: root/public/mac/index.en.html
blob: af9468f7eed1ad480120702f1ada07814b50409e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
<!DOCTYPE html>
<html>
  <head>
    <title>
      Bitmask for Mac OS - 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 Mac OS</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>Bitmask requires Mountain Lion or newer.</p>

<p><a class='btn btn-primary btn-large' href='/client/osx/Bitmask-OSX-latest.dmg'>
  <i class='fa fa-cloud-download fa-lg'></i>
  Download for Mac OS
</a></p>

<p>Once the .dmg has been saved to your computer, mount the image and drag &ldquo;Bitmask&rdquo; to your <code>Applications</code> folder.</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/osx/">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>