mail/index.html

93 lines
5.4 KiB
HTML
Executable File

<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>NixNet Mail</title>
<meta name="description" content="Free and anonymous">
<link rel="canonical" href="https://nixnet.email/">
<link rel="me" href="https://social.nixnet.services/@amolith">
<link rel="pgpkey" href="/postmaster.txt"/>
<meta http-equiv="X-Clacks-Overhead" content="GNU Terry Pratchett, Lloyd Barlowe" />
<!-- Social: Twitter -->
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:title" content="NixNet Mail" />
<meta name="twitter:description" content="Free and anonymous"/>
<meta name="twitter:image" content="/cover.png" />
<!-- Social: OpenGraph -->
<meta property="og:locale" content="en_US">
<meta property="og:type" content="article">
<meta property="og:title" content="NixNet Mail">
<meta property="og:description" content="Free and anonymous">
<meta property="og:url" content="https://nixnet.email/">
<meta property="og:site_name" content="NixNet Mail">
<meta property="og:image" content="/cover.png" />
<!-- Favicons -->
<link href="/favicons/apple-touch-icon.png?v=wAXex2OGrl" rel="apple-touch-icon" sizes="180x180"/>
<link href="/favicons/favicon-32x32.png?v=wAXex2OGrl" rel="icon" sizes="32x32" type="image/png"/>
<link href="/favicons/favicon-16x16.png?v=wAXex2OGrl" rel="icon" sizes="16x16" type="image/png"/>
<link href="/favicons/site.webmanifest?v=wAXex2OGrl" rel="manifest"/>
<link color="#5bbad5" href="/favicons/safari-pinned-tab.svg?v=wAXex2OGrl" rel="mask-icon"/>
<link href="/favicons/favicon.ico?v=wAXex2OGrl" rel="shortcut icon"/>
<meta content="#494848" name="msapplication-TileColor"/>
<meta content="/favicons/browserconfig.xml?v=wAXex2OGrl" name="msapplication-config"/>
<meta content="#ffffff" name="theme-color"/>
<!-- Styles -->
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<div class=wrapper>
<ul class="menu">
<li class="menu-entry"><a href="/">Home</a></li>
<li class="menu-entry"><a href="/docs/">Docs</a></li>
<li class="menu-entry"><a href="https://webmail.nixnet.email">Webmail</a></li>
<li class="menu-entry"><a href="/postmaster.txt">GPG Key</a></li>
<li class="menu-entry"><a href="https://nixnet.services/privacy">Privacy</a></li>
</ul>
<div class="header">
<h1>
<span class="site-title">NixNet Mail</span>
<span class="site-subtitle">Free and anonymous</span>
</h1>
</div>
<div class="content">
<p>The mail server is fully usable, however, there is no registration frontend and no support for custom domains; <em>until those features are present, consider this an alpha-grade service</em>. In the meantime, if you would like an address at any of <a href="#domains">my domains</a>, send an email to <a href="mailto:support@nixnet.services">support@nixnet.services</a> or open a ticket using the web interface at <a href="https://support.nixnet.services">support.nixnet.services</a>. Include your desired username and <a href="#domains">domain</a> in the form <code>user@example.com</code>. I will manually create the account and send you a random password.</p>
<p>I also recommend reading <a href="https://useplaintext.email/">useplaintext.email</a> when you have time. It explains how to be a good "netizen" and common email etiquette that a lot of people don't think about. All of the things mentioned there are default on my Roundcube instance except hard wrapping as it can be quite off-putting for people who aren't used to it and may read emails on their phone.</p>
<p>For webmail, <a href="https://webmail.nixnet.email">Roundcube</a> is available and provides a rather nice experience, however, it does require JavaScript. If you use Tor or simply disable JS, you may prefer <a href="https://simple.nixnet.email">alps</a>. It is <a href="https://git.sr.ht/~emersion/alps" target=_"blank">actively being developed</a> so there will likely be bugs.</p>
<h2 id="domains">Available domains</h2>
<p><code>.email</code> is a relatively new TLD and <i>may</i> be counted as invalid on some websites. It's unlikely but possible. <code>.com</code> will work everywhere, however. The numbered domains are only recommended for anonymous/throwaway/whatever accounts when registering for services. The numbers correspond to letters as with the 3x4 keypads on mobile phones.<p>
<ul>
<li>nixnet.email</li>
<li>nixnetmail.com</li>
<li>pwned.life</li>
<li>paranoid.network</li>
<li>linux.monster</li>
<li>647630.xyz <i>(nixnet.xyz)</i></li>
<li>3733366.xyz <i>(freedom.xyz)</i></li>
<li>7748229.xyz <i>(privacy.xyz)</i></li>
</ul>
<h2>Planned features</h2>
<p>
<ol>
<li>Local inbox encryption with user's password</li>
<li>Onion URL for webmail</li>
<li>Support for sending/receiving mail to/from onion addresses</li>
</ol>
</p>
</div>
<div class="footer">
<p class="divider"> * * * * * </p>
<p>Website source available on <a href="https://git.nixnet.xyz/NixNet/mail" rel="noopener">Gitea</a></p>
<p>All content is licensed under <a href="https://creativecommons.org/licenses/by/4.0/">CC-BY 4.0</a></p>
<p>Proudly provided by <a href="https://nixnet.services" rel="noopener">nixnet.services</a></p>
</div>
</div>
</body>
</html>