summaryrefslogtreecommitdiff
path: root/views/privacy.html
blob: 538aa5232ecc75bf7563682b83eb912732b936ea (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
{{template "header.html" "Privacy Policy | Libremail"}}
{{template "navbar.html"}}
{{template "alert.html" .}}

<div class="container">
	<div class="row">
		<div class="col-md-12">
			<h1>Privacy Policy</h1>
			<br>
			<div class="well well-lg">
				<h2 id="e-mails">E-Mails</h2>
				<p>
					We do not read your e-mails.
				</p>
				<br>
				<h2 id="public_information">Public Information</h2>
				<p>
					We might make those information public at any time:
					<ul>
					<li>your registered mail address (existence of your email address can be checked during registration and password changing)</li>
					<li>anonymized statistics, e.g. about disk space usage</li>
					<li>anonymized data</li>
					</ul>
				</p>
				<br>
				<h2 id="website">Website</h2>
				<p>
					In common with other websites, log files are stored on the web server saving details such as the visitor's IP address, browser type, referring page and time of visit.
					<br>
					
					Cookies may be used to remember and analyze visitor preferences when interacting with the website.
				</p>
				<br>
				<h2 id="logs">Logs</h2>
				<p>
					The server software may store logs about usage, this includes e.g. the time of login. We are using those logs to debug the application and prevent spamming.
				</p>
			</div>
		</div>
	</div>
</div>
{{template "footer.html" .Language}}