Files
imail/resources/views/livewire/privacy-policy.blade.php
2026-03-04 10:09:25 +05:30

37 lines
1.6 KiB
PHP

<x-bento.dynamic-layout
title="Privacy Policy"
subtitle="We take your data security as seriously as your inbox's privacy. Here's how we protect you."
breadcrumb="Privacy"
>
<!-- Content Slot -->
<div class="legal-content">
<h2>1. Data Collection</h2>
<p>
Zemail is designed to be privacy-first. We do not collect personal information like your name, physical address, or phone number. When you create a disposable inbox, we only generate a temporary identifier to route your mail.
</p>
<ul>
<li>No user registration required</li>
<li>No tracking cookies on your inbox</li>
<li>No persistent logs of sender metadata</li>
</ul>
<h2>2. Data Retention</h2>
<p>
Our core mission is ephemerality. All incoming emails and attachments are subject to our automated hard-wipe policy.
</p>
<p>
<strong>Default Policy:</strong> Emails are deleted after 24 hours. Once deleted, they are cryptographically unrecoverable.
</p>
<h2>3. Third-Party Services</h2>
<p>
We use high-reputation nodes (Gmail, Outlook) to provide a reliable service. These providers only see the outgoing traffic from our infrastructure and have no access to your individual temporary inbox contents.
</p>
<h2>4. Security Measures</h2>
<p>
All data at rest is encrypted using AES-256. Connections to our servers are strictly over TLS 1.3 to ensure your data is never intercepted in transit.
</p>
</div>
</x-bento.dynamic-layout>