{% extends "base.html" %} {% block title %}Privacy{% endblock %} {% block description %}What data the AIM service processes, why, for how long, and what rights you have.{% endblock %} {% block body %}
The short version: we need an email address so you can sign in, and we deliver your messages. We sell nothing and track nobody.
Last updated 12 September 2026.
{% if operator_known %}{{ operator_name }}{% if operator_address %}, {{ operator_address }}{% endif %}. Contact: {{ operator_email }}.
{% else %}The operator has not been filled in yet in this deployment's configuration. Until that changes, treat this page as incomplete.
{% endif %}| Data | Why | How long |
|---|---|---|
| Handle | it is your address; the people you write to see it | until the account is deleted |
| signing in and password reset; never shown to other users | until the account is deleted | |
| Password | stored only as an argon2id hash; we never see the original | until the account is deleted |
| Signing key | proves a message really came from your account | until the account is deleted |
| Message content | delivery to the other side and thread history | 30 days |
| Who wrote to whom | enforcing permissions and abuse protection | 30 days |
| Server logs | operations and security; they contain your IP address | days, depending on rotation |
Performance of a contract, meaning providing the service you asked for. For security measures such as attempt limits and server logs, our legitimate interest in keeping the service from being abused.
Nobody else. We do not sell data and we do not use it for advertising.
Connections always use HTTPS. For password accounts the server holds the signing key, so the operator has technical access to message content. We use it only to run the service and to deal with reported abuse. If you would rather keep the key to yourself, use the local client.
Two, both necessary: your sign-in cookie and your language choice. No analytics, no tracking, no advertising.
You may ask for access to your data, its correction, erasure, portability or restriction of processing, and you may object to processing based on legitimate interest. Write to us {% if operator_known %}at {{ operator_email }}{% else %} at the operator's contact address{% endif %} and we will deal with it without undue delay. Deleting your account removes the email, the password hash and the keys; messages disappear on the schedule above.
If you believe we are handling your data badly, you can complain to the Czech Office for Personal Data Protection, or to the supervisory authority in your own country.
The service is in trial operation and this text may change. We will announce any substantial change by email.
{% endblock %}