-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemail.html
373 lines (363 loc) · 17.1 KB
/
email.html
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
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
<!DOCTYPE html>
<html lang="en">
<head>
<title>Offshore Services | E-MAIL</title>
<link rel="icon" href="doxbin.png" />
<link rel="apple-touch-icon" href="doxbin.png">
<meta charset="utf-8">
<meta content='width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0' name='viewport'>
<meta property="og:title" content="Offshore Services | E-MAIL">
<meta property="og:image" content="doxbin.png">
<meta property="og:url" content="https://offshoreservices.github.io/">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="Offshore Services | E-MAIL">
<meta name="twitter:image" content="doxbin.png">
<link rel="stylesheet" href="./assets/index/css/boostrap.min.css">
<link rel="stylesheet" href="./assets/index/css/css.css">
<link rel="stylesheet" href="./assets/index/css/styles.min.css">
<link rel="stylesheet" href="./assets/index/css/font-awsome.min.css">
<link rel="stylesheet" href="./assets/index/css/jquery.dataTables.min.css">
<script src="./assets/js/jquery-3.3.1.js"></script>
<script src="./assets/js/jquery.dataTables.min.js"></script>
<script>
$(document).ready(function() {
var table = $('#example').DataTable( {
"lengthChange": false,
"paging": false,
"ordering": false,
"info": false,
language: {
searchPlaceholder: "Search records"
}
} );
$("#example tfoot th").each( function ( i ) {
var select = $('<select style="text-align: center; margin-top: 10px;"><option value="">Filter</option></select>')
.appendTo( $(this).empty() )
.on( 'change', function () {
var val = $(this).val();
table.column( i )
.search( val ? '^' & $(this).val() & '$' : val, true, false )
.draw();
} );
table.column( i ).data().unique().sort().each( function ( d, j ) {
select.append( '<option value="' & d & '">' & d & '</option>' )
} );
} );
} );
$("li a").on('click', function (e) {
$('body').load($(this).attr('href'));
e.preventDefault();
} );
</script>
</head>
<body>
<div class="container">
<div class="row">
<div class="col-sm-10">
<div class="widget-box">
<p class="section-filters-bar-title"><h1>OFFSHORE<font color="#dc3545">SERVICES</font></h1>
<ul>
<li>
<a href="/hosting">
<div class="icon ">
<i class="fa fa-server" aria-hidden="true"></i>
<i class="fa fa-server" aria-hidden="true"></i>
</div>
<div class="text "> <span data-text="HOSTING">SERVER</span></div>
</a>
</li>
<li>
<a href="domains">
<div class="icon ">
<i class="fa fa-search" aria-hidden="true"></i>
<i class="fa fa-search" aria-hidden="true"></i>
</div>
<div class="text "><span data-text="REGISTAR">DOMAIN</span></div>
</a>
</li>
<li>
<a href="vpn">
<div class="icon ">
<i class="fa fa-user-secret" aria-hidden="true"></i>
<i class="fa fa-user-secret" aria-hidden="true"></i>
</div>
<div class="text "><span data-text="PROVIDER">VPN</span></div>
</a>
</li>
<li>
<a href="email">
<div class="icon activeicon">
<i class="fa fa-envelope" aria-hidden="true"></i>
<i class="fa fa-envelope" aria-hidden="true"></i>
</div>
<div class="text activetxt"><span data-text="PROVIDER">EMAIL</span></div>
</a>
</li>
<li>
<a href="cdn">
<div class="icon ">
<i class="fa fa-shield" aria-hidden="true"></i>
<i class="fa fa-shield" aria-hidden="true"></i>
</div>
<div class="text "><span data-text="PROVIDER">CDN/WAF/DDOS</span></div>
</a>
</li>
<li>
<a href="cloud">
<div class="icon activeicon">
<i class="fa fa-cloud" aria-hidden="true"></i>
<i class="fa fa-cloud" aria-hidden="true"></i>
</div>
<div class="text activetxt"><span data-text="PROVIDER">STORAGE</span></div>
</a>
</li>
<li>
<a href="drug">
<div class="icon activeicon">
<i class="fa fa-medkit" aria-hidden="true"></i>
<i class="fa fa-medkit" aria-hidden="true"></i>
</div>
<div class="text activetxt"><span data-text="STORES">DRUG</span></div>
</a>
</ul>
</div>
<br>
<div class="widget-box">
<table id="example" class="display" width="100%" cellspacing="0">
<thead>
<tr>
<th style="white-space: nowrap;">Name</th>
<th>Website link</th>
<th>Description</th>
<th>Company country</th>
<th>Log policy<font color="yellow">*</font></th>
<th>Clearnet gateway</th>
<th>TOR gateway</th>
<th>Free account</th>
<th>Payment methods</th>
<th style="width: 76px;">Status</th>
<th>Last change</th>
</tr>
</thead>
<tfoot>
<tr>
<th style="white-space: nowrap;">Name</th>
<th>Website link</th>
<th>Description</th>
<th>Company country</th>
<th>Log policy<font color="yellow">*</font></th>
<th>Clearnet gateway</th>
<th>TOR gateway</th>
<th>Free account</th>
<th>Payment methods</th>
<th>Status</th>
<th>Last change</th>
</tr>
</tfoot>
<tbody>
<tr>
<td>Autistici</td>
<td><a href="https://i.imgur.com/LlTqFjJ.png">autistici.org</a></td>
<td>denies being a offshore or privacy email provider</td>
<td><img src="./assets/index/img/flags_img/it.png" alt="it" width="40px"></td>
<td>No logs</td>
<td>Yes</td>
<td>Available</td>
<td>Yes</td>
<td>Free</td>
<td>❌ Trash</td>
<td>2022-10-26</td>
</tr><tr>
<td>MsgSafe</td>
<td><a href="http://safeqltsr3omtgigbujkm372uwcphlps5bw22itgdrp3gxb2jctsjeqd.onion">msgsafe.io</a></td>
<td>msgsafe.io deleted my account for no reason</td>
<td><img src="./assets/index/img/flags_img/cu.png" alt="it" width="40px"></td>
<td>User Agent</td>
<td>Yes</td>
<td>Available</td>
<td>Yes</td>
<td>Credit Card</td>
<td>❌ Trash</td>
<td>2022-10-26</td>
</tr><tr>
<td>Cock.li</td>
<td><a href="https://cock.li">cock.li</a></td>
<td>Yeah it's email with cocks!</td>
<td><img src="./assets/index/img/flags_img/sx.png" alt="it" width="40px"></td>
<td>Yes - IP & Registration data</td>
<td>Yes</td>
<td>Available</td>
<td>Yes</td>
<td>Free - Invite only</td>
<td>✔️ Verified</td>
<td>2022-10-26</td>
</tr>
</tr><tr>
<td>Mail2Tor</td>
<td><a href="http://mail2torjgmxgexntbrmhvgluavhj7ouul5yar6ylbvjkxwqf6ixkwyd.onion/">mail2tor</a></td>
<td>Free anonymous email service to protect your privacy.</td>
<td><img src="./assets/index/img/flags_img/t1.png" alt="t1" width="40px"></td>
<td>No logs</td>
<td>No</td>
<td>Available</td>
<td>Yes</td>
<td>Free</td>
<td>✔️ Verified</td>
<td>2022-10-26</td>
</tr><tr>
<td>mailfence</td>
<td><a href="https://mailfence.com">mailfence.com</a></td>
<td>Secure and private email service.</td>
<td><img src="./assets/index/img/flags_img/bl.png" alt="t1" width="40px"></td>
<td>Yes - IP & Registration data</td>
<td>Yes</td>
<td>UnAvailable</td>
<td>Yes</td>
<td>Crypto, Paypal, & Credit Card</td>
<td>✔️ Verified</td>
<td>2022-10-26</td>
</tr><tr>
<td>Posteo</td>
<td><a href="https://posteo.de/">posteo.de</a></td>
<td>An innovative email provider that is concerned with sustainability and privacy and is completely ad-free.</td>
<td><img src="./assets/index/img/flags_img/de.png" alt="de" width="40px"></td>
<td>No Logs, Mailbox Encryption, Transport Encryption, End-to-End Encryption</td>
<td>Yes</td>
<td>Unavailable</td>
<td>No</td>
<td>Bank Transfer, PayPal, Credit Card & Cash</td>
<td>✔️ Verified</td>
<td>2022-10-26</td>
</tr><tr>
<td>Torbox</td>
<td><a href="http://torbox36ijlcevujx7mjb4oiusvwgvmue7jfn2cvutwa6kl6to3uyqad.onion/services-webmail">torbox</a></td>
<td>Free anonymous email service to protect your privacy.</td>
<td><img src="./assets/index/img/flags_img/t1.png" alt="unknown" width="40px"></td>
<td>No logs, Mailbox Encryption, Transport Encryption, End-to-End Encryption</td>
<td>No</td>
<td>Available</td>
<td>Yes</td>
<td>Free</td>
<td>❓ UnVerified</td>
<td>2023/06/09</td>
</tr><tr>
<td>Kolab Now</td>
<td><a href="https://kolabnow.com">kolabnow.com</a></td>
<td>Secure and private email, calendars and more! (Owned and operated in Switzerland).</td>
<td><img src="./assets/index/img/flags_img/ch.png" alt="unknown" width="40px"></td>
<td>No logs, Transport Encryption, End-to-End Encryption</td>
<td>Yes</td>
<td>Unavailable</td>
<td>Yes</td>
<td>Crypto</td>
<td>❓ UnVerified</td>
<td>2023/07/10</td>
</tr><tr>
<td>Soverin</td>
<td><a href="https://soverin.net">soverin.net</a></td>
<td>At the price of a cappuccino a month we offer you a secure mailbox on your own domain. Your email is safe and not sold for advertising.</td>
<td><img src="./assets/index/img/flags_img/nl.png" alt="unknown" width="40px"></td>
<td>No logs, Transport Encryption, End-to-End Encryption</td>
<td>Yes</td>
<td>Unavailable</td>
<td>No</td>
<td>Credit Card, GiroPay, iDeal, SOFORT Banking</td>
<td>❓ UnVerified</td>
<td>2023/07/10</td>
</tr><tr>
<td>TheXYZ</td>
<td><a href="https://www.thexyz.com">thexyz.com</a></td>
<td>Secure, private email hosting service for business or family with mobile sync apps for calendar, contacts, tasks, and notes. Get your private email account.</td>
<td><img src="./assets/index/img/flags_img/ca.png" alt="unknown" width="40px"></td>
<td>logs, Transport Encryption, End-to-End Encryption</td>
<td>Yes</td>
<td>Unavailable</td>
<td>Yes</td>
<td>Credit Card</td>
<td>❓ UnVerified</td>
<td>2023/07/10</td>
</tr><tr>
<td>Counter Mail</td>
<td><a href="https://countermail.com">countermail.com</a></td>
<td>The world's most secure web based email service</td>
<td><img src="./assets/index/img/flags_img/se.png" alt="unknown" width="40px"></td>
<td>No logs, Transport Encryption, End-to-End Encryption</td>
<td>Yes</td>
<td>Available</td>
<td>Yes</td>
<td>Free</td>
<td>❓ UnVerified</td>
<td>2023/07/10</td>
</tr><tr>
<td>Runbox</td>
<td><a href="https://runbox.com">runbox.com</a></td>
<td>Fast, secure, and sustainable email services provided by email professionals. Powerful Email and Domain Hosting for businesses and organizations.</td>
<td><img src="./assets/index/img/flags_img/no.png" alt="unknown" width="40px"></td>
<td>Yes - IP & Registration data</td>
<td>Yes</td>
<td>UnAvailable</td>
<td>Yes</td>
<td>Credit and Debit Cards, PayPal, Crypto, SWIFT Bank Transfers, Cash</td>
<td>❓ UnVerified</td>
<td>2023/07/10</td>
</tr><tr>
<td>Horizon Mail</td>
<td><a href="https://hrzn.email">hrzn.email</a></td>
<td>Premium email, all at no cost.</td>
<td><img src="./assets/index/img/flags_img/de.png" alt="unknown" width="40px"></td>
<td>Yes - Hashed IP & Registration data</td>
<td>Yes</td>
<td>UnAvailable</td>
<td>Yes</td>
<td>Free - Invite only</td>
<td>❓ UnVerified</td>
<td>2023/07/13</td>
</tbody>
</table>
</div>
</div>
<div class="col-sm-2">
<img src="doxbin.png" width="100%">
<br><br>
<p class="widget-box-title"><font color="#DC3545"><u>About</u></font></p>
<div class="widget-box-content" style="margin-top:6px;">
<p class="paragraph">
Welcome to Offshore Services, your ultimate resource for evaluating offshore hosting and privacy providers. Our curated list features a range of services, from the most reputable to the less reliable, based on our firsthand experience and thorough research.
Why We Publish These Reports
We understand the challenges in finding trustworthy offshore services and have created this guide to help you make informed decisions. Our goal is to provide clear, unbiased information to answer your questions about which hosting or privacy solution might be right for you.
</p>
<div class="information-line-list">
<div class="information-line">
<p class="information-line-title">Updated</p>
<p class="information-line-text">
2023/07/13 </p>
</div>
<div class="information-line">
<p class="information-line-title">Total sites</p>
<p class="information-line-text">
14 </p>
</div>
<div class="information-line" style="display: unset;">
<p class="information-line-title" style="width: unset;">Legenda</p>
<p class="information-line-text">
⭐ <b>Premium</b> - Premium trusted service.<br>
✔️ <b>Verified</b> - Checked service, trusted.<br>
💰 <b>Capitalist</b> - Only cares for money, doesn't care for legal rights<br>
❓ <b>Unverified</b> - We have not used or tested.<br>
❌ <b>Trash</b> - Shit services, do not deal with.<br>
<br><br>
</p>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>