summaryrefslogtreecommitdiff
path: root/public/mac/index.en.html
blob: 2731a580b4b1d55459f68b9f4149a6cc8c648a3e (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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
<!DOCTYPE html>
<html lang='en'>
<head>
<title>
Mac OS - Bitmask Downloads
</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'>
<script src='/assets/js/jquery.min.js'></script>
</head>
<body>
<a class='bm-masthead' href='/'></a>
<div class='bm-bar'>
Bitmask Downloads
</div>
<div class='bm-main container'>
<div id="TOC"><ol>
  <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>
    <ol>
      <li>
        <a href="#bitmask-thunderbird-extension">Bitmask Thunderbird Extension</a>
      </li>
      <li>
        <a href="#manual-email-client-configuration">Manual email client configuration</a>
      </li>
    </ol>
  </li>
</ol></div>

<h2><a name="download-latest-version"></a>Download latest version</h2>

<p>Bitmask requires Mountain Lion or newer.</p>

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

<p>Once the file <code>Bitmask-OSX-latest.dmg</code> has been saved to your computer, mount the <code>.dmg</code> image and drag the <code>Bitmask</code> icon to your <code>Applications</code> folder.</p>

<h2><a name="download-other-versions"></a>Download other versions</h2>

<p>If you want to install an old or experimental version of Bitmask, you can <a href="https://dl.bitmask.net/client/osx/">browse all releases.</a></p>

<p><h2><a name="configuring-email"></a>Configuring email</h2>

<p>To get encrypted email to work, you have two options:</p>

<ol>
<li><a href="https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/">Bitmask Thunderbird Extension</a> (recommended)</li>
<li>Manual email client configuration</li>
</ol>


<h4><a name="bitmask-thunderbird-extension"></a>Bitmask Thunderbird Extension</h4>

<ol>
<li>Install Bitmask app and register for an account.</li>
<li>Install the <a href="https://addons.mozilla.org/en-us/thunderbird/addon/bitmask/">Bitmask Thunderbird Extension</a>.</li>
<li>Select the Thunderbird menu item <code>File</code> > <code>New</code> > <code>Bitmask Account...</code></li>
</ol>


<h4><a name="manual-email-client-configuration"></a>Manual email client configuration</h4>

<ul>
<li>IMAP &ndash; <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 &ndash; <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>
</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.
<br>
Source code available from
<a href="https://leap.se/git/">https://leap.se/git</a>
or
<a href="https://github.com/leapcode">https://github.com/leapcode</a>.
</div>
</footer>
</body>
</html>