mirror of
https://github.com/chatmail/relay.git
synced 2026-05-13 01:24:36 +00:00
26 lines
784 B
HTML
26 lines
784 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>chatmail instance</title>
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Welcome to Chatmail!</h1>
|
|
<h2>Scan this invite QR code from any Delta Chat app</h2>
|
|
<img class="section" src="qrcode.png" />
|
|
|
|
<h2>Properties / Constraints</h2>
|
|
<ul>
|
|
<li>Un-encrypted mails can not leave the chat-mail domain.</li>
|
|
<li>Use <a href="https://delta.chat/en/help#howtoe2ee">
|
|
guaranteed end-to-end encryption via QR code scans</a>
|
|
to setup contact with users outside of the chat-mail instance.
|
|
</li>
|
|
<li>You may send up to 60 messages per minute.</li>
|
|
<li>Messages are unconditionally removed 40 days after arrival.</li>
|
|
<li>Max storage per user is 100MB.</li>
|
|
</ul>
|
|
</body>
|
|
</html>
|