Legal

Privacy Policy

1. Introduction

Dotread.app is a self-hosted starter for a web-based mail client. This policy covers the included website and starter app code.

2. Data processed

The starter stores user accounts and mailbox settings locally. For production use, harden this by encrypting mailbox credentials and moving to a stronger database setup.

3. Mail handling

The included app can connect to external mailboxes via IMAP and SMTP. You remain responsible for the providers you connect and the way credentials are stored.

4. Security notice

This ZIP is a working starter, not a fully hardened production service. Add rate limiting, CSRF protection, encryption at rest, and OAuth where possible before public launch.