Privacy Policy — VoxRox Mail

Version 2026-06-01 (draft, pre-first-release). This version is preliminary and has not yet been reviewed by a lawyer — see "Open items" at the bottom.

VoxRox Mail is a desktop e-mail client for Windows. The application runs locally on your computer. Your e-mails, contacts, account credentials and logs stay on your device and are never sent to any VoxRox server or other third party — except those you choose yourself by adding an e-mail account (your e-mail provider, and optionally Google or Microsoft for OAuth login).

VoxRox does not operate a backend server for this application, does not store your data in the cloud, and does not collect telemetry, analytics or crash reports against an external endpoint.

Who is the data controller

Under the GDPR you are the data controller for everything stored by the application — all data lives locally on your device under your operating system account. VoxRox only supplies software that processes data according to your instructions and has no access to your data.

What data the application stores locally

All persistent data lives in the standard Windows data directory:

%LOCALAPPDATA%\VoxRox\Mail\

Contents:

File / folderWhat it contains
crypto.binLocal encryption key for credentials (created on first start).
crypto.fingerprintFingerprint of the key, used to detect swap or corruption of crypto.bin.
session.jsonPort and internal API key of the currently running backend (rewritten on every start).
db/mail.dbSQLite database: accounts, contacts, message headers and bodies, sync state.
db/mail.db.backup-pre-v*DB snapshot taken before every schema migration (3 most recent kept).
attachments/Local copies of attachments downloaded from the server.
logs/mail.logApplication log (rotates, max 7 files × 10 MB, total ~100 MB).
logs/audit.logSecurity / audit log (retention 365 days, max ~500 MB).
tmp/Temporary files (cleared automatically).

What is encrypted

What is not encrypted

What data leaves the device

The application initiates network traffic only in these cases:

  1. Connection to your e-mail server (IMAP and SMTP) — fetching mail, sending, folder synchronization. Where exactly the application connects depends on the account you add (Gmail, Outlook, Seznam, custom server).
  2. OAuth login (Google, Microsoft) — if you choose this login method instead of an app password. The application opens your default browser on the provider's login page, receives an access token + refresh token, and stores them locally (encrypted, see above). It periodically obtains a new access token from the provider using the refresh token.
  3. Application updates (Tauri updater) — checking for a newer release against the release endpoint and downloading the signed installer. The exact URL will be confirmed before the first public release.

The application does not send your e-mails, contacts or activity to any VoxRox server or third-party analytics platform.

Diagnostic reports from the client

The frontend sends technical errors (JavaScript exceptions, failed API calls) to the local backend endpoint POST /api/internal/client-errors, which runs on 127.0.0.1 on your computer. These reports are not transmitted anywhere — they are written to your local logs only.

If you contact support and provide a manually exported diagnostic bundle (GET /api/internal/diagnostic-dump), that bundle contains only masked e-mail addresses, account configuration (host, port, SSL), synchronization status and runtime metrics. It does not contain credentials, OAuth tokens, message bodies or subjects.

Third parties

When you add an account, the following providers come into play:

VoxRox has no data-sharing agreement with any of these providers regarding your data. Communication happens directly between your computer and the respective server.

Your rights and controls

Children

The application is not specifically aimed at children under 16, but does not restrict their use either — features depend entirely on the accounts you add yourself. Recommendation for parents: confirm that your chosen e-mail provider permits use by a child.

Security disclosure

If you discover a vulnerability or security issue in the application, please do not report it publicly in the issue tracker. Email info@voxrox.org. See the Support page for responsible-disclosure details.

Changes to this policy

This version is preliminary. Before the first public release and on every material change (e.g. introducing telemetry, changing the list of third parties) this document is updated. The current version is always included in the installation and in the project repository.

Open items before the first release

These items will be filled in before this document is finalized:

VoxRox Mail is open-source software under the MIT License (see LICENSE). Third-party dependencies are listed in the THIRD_PARTY_LICENSES.md files of each module (backend, frontend, Tauri runtime).