-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathterminate.html
More file actions
97 lines (97 loc) · 2.99 KB
/
terminate.html
File metadata and controls
97 lines (97 loc) · 2.99 KB
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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>OpenEmail - Close Account</title>
<link rel="preconnect" href="https://fonts.googleapis.com" />
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
<link
href="https://fonts.googleapis.com/css2?family=Archivo:ital,wght@0,100..700;1,100..700&display=swap"
rel="stylesheet"
/>
<link rel="stylesheet" href="/css/reset.css" />
<link rel="stylesheet" href="/css/styles.css" />
<link
rel="apple-touch-icon"
sizes="180x180"
href="/img/apple-touch-icon.png"
/>
<link
rel="icon"
type="image/png"
sizes="32x32"
href="/img/favicon-32x32.png"
/>
<link
rel="icon"
type="image/png"
sizes="16x16"
href="/img/favicon-16x16.png"
/>
<link rel="manifest" href="/site.webmanifest" />
</head>
<body>
<header>
<a href="index.html">
<img class="inverted" src="/img/logo_h.svg" alt="Logo" />
</a>
<nav>
<ul>
<li><a href="index.html">Manifesto</a></li>
<li><a href="index.html#stores">Clients</a></li>
<li>
<a
target="_blank"
href="https://github.com/Open-Email/MailHTTPS-Protocol"
>Protocol</a
>
</li>
<li>
<a target="_blank" href="https://github.com/Open-Email"
><img class="inverted" alt="" src="/img/git.svg"
/></a>
</li>
</ul>
</nav>
</header>
<main>
<section>
<h1>Account Deletion</h1>
<p>
You can delete your free <strong>@open.email</strong> account at any
time directly from the app.
</p>
<ul>
<li>Open the app on your device</li>
<li>Sign in with your account</li>
<li>
Navigate to
<strong>Settings > Account > Delete Account</strong>
</li>
</ul>
<p>
Account deletion is immediate and permanent. All messages and
associated data will be erased, and your email address will be
released for others to use.
</p>
<h2>Inactive Accounts</h2>
<p>
If you do not sign in for <strong>90 consecutive days</strong>, your
free account will be automatically terminated. This includes the
permanent deletion of all associated data, and your
<strong>@open.email</strong> address will become available for
registration by others.
</p>
<p>
If you no longer use your account, you don't need to take any action,
it will expire automatically after this period of inactivity.
</p>
<p>
For any questions, please contact us at our OpenEmail address
<strong>support@open.email</strong>.
</p>
</section>
</main>
</body>
</html>