39 lines
2.0 KiB
HTML
39 lines
2.0 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en" style="display: none;">
|
|
<head>
|
|
<title>Quickstart</title>
|
|
<meta charset="UTF-8"/>
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge"/>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<link rel="stylesheet" href="/kt-static/css/styles.css">
|
|
</head>
|
|
<body>
|
|
<div class="hover">
|
|
<h1>Signed up!</h1>
|
|
<p>Amazing! You've signed up for Kittemail. Now, let's get you set up.</p>
|
|
<p>Let's open up your email client and get you started.</p>
|
|
<h2>IMAP/SMTP settings</h2>
|
|
<p>Most modern email clients will automatically detect these settings, but if you need them, here they are:</p>
|
|
<ul>
|
|
<li id="email">Username: Loading...</li>
|
|
<li id="code">Password: Loading...</li>
|
|
<li>IMAP server: mail.ailur.dev OR mail.cta.social (both work)</li>
|
|
<li>IMAP port: 993</li>
|
|
<li>IMAP security: SSL/TLS</li>
|
|
<li>IMAP auth method: Normal password</li>
|
|
<li>SMTP server: mail.ailur.dev OR mail.cta.social (both work)</li>
|
|
<li>SMTP port: 465</li>
|
|
<li>SMTP security: SSL/TLS</li>
|
|
<li>SMTP auth method: Normal password</li>
|
|
</ul>
|
|
<h2>Webmail</h2>
|
|
<p>Due to security concerns, we do not have a webmail client. We recommend using a desktop email client, such as Thunderbird, or a mobile email client, such as K-9 Mail.</p>
|
|
<p>The "security concerns" are that due to the nature of webmail, it is impossible to not store a plaintext copy of your email password. This has been mitigated using our email-specific login-code system, but most webmail clients would not support this, and it is inexcusable for a user to have to perform the hack we use for desktop email clients on an integrated webmail client.</p>
|
|
<p>Thank you for understanding.</p>
|
|
<div id="swipe" class="swipe"></div>
|
|
<div id="swipe-out" class="swipe-out"></div>
|
|
</div>
|
|
<script async src="/kt-static/js/transition.js"></script>
|
|
<script async src="/kt-static/js/quickstart.js"></script>
|
|
</body>
|
|
</html> |