Privacy by design: the full lifecycle of a message on Foxtemp
"Is a disposable email safe?" "How long is mail kept?" — instead of leaving you to dig through terms of service, here's the entire data path laid flat: what's stored, for how long, and who can see it, at every step from arrival to destruction.
From creation to ashes, in 24 hours at most
You open the homepage, and an address is born with its own destruction countdown
The system generates a realistic-looking address plus a random access token, written into your page URL and browser local storage. We don't require sign-up and don't know who you are — the only link between this inbox and your identity is the one you hold yourself.
Mail arrives: body stored, attachments discarded on the spot
Incoming mail lands in your inbox live. The message body (including HTML and image layout) is stored temporarily for display; attachment content is never written to storage — the list just carries a "has an attachment" flag. Anything over 100MB total is rejected at the door.
Bodies render inside an isolated sandboxed iframe, so any script embedded in a message never executes on our pages.
You can extend it, but there's a ceiling
You can refill the timer back to 3 hours as often as you like, but an address's total lifetime from creation is capped at 24 hours — this is enforced server-side, not a front-end suggestion. The point of the cap: any piece of temporary data in the system has a fixed, non-negotiable end date.
Address, mail, and token — all deleted together
Whether it's natural expiry, hitting the 24-hour cap, or you tapping "New address," the handling is identical: the inbox and every message are removed from storage, and the access token is invalidated with it. No recycle bin, no "call support to recover it" — deleted means deleted, and that's exactly the point.
A 30-day archive, counting down day by day
Spam filter first, then your real inbox
Mail sent to an alias passes through spam filtering first: legitimate mail forwards to your real inbox, while suspicious mail is held back but stays fully visible to you — the archive shows the block reason and score, and a false positive is one click from being reinstated. Mail sent to a paused alias is dropped outright, not forwarded and not archived.
Online archive, attachments tiered by size
Every message stays in the archive for 30 days, with a live remaining-days count on its detail view. Attachment rule: total ≤50MB keeps the attachment and stays downloadable; 50–100MB still forwards with the attachment but the archive drops it; over 100MB is rejected. You can manually delete a single message or clear everything anytime, and manual deletion takes effect instantly.
Deleted automatically on schedule, no backup archive kept
Once day 30 ends, the message is deleted from the archive automatically. We don't run any "cold storage" or "historical archive" — the point of forwarding is for mail to live in your real inbox; the 30-day archive is a safety net, not a second mailbox.
What we keep, and what we flatly refuse to keep
Laid out item by item so you can check it against any privacy policy. Full legal wording is on the privacy policy.
Kept (time-boxed)
- Temp inbox message bodiesUsed for on-page display; up to 24 hours, deleted with the inbox
- Forwarded-mail archive (with attachments ≤50MB)30 days, deleted automatically on expiry, deletable manually anytime
- Your real email address (signed-in users only)Used as forwarding destination and sign-in credential; deleted on account closure
- Alias list and forward countsNeeded for console features; deleted with the alias
Never stored (by design)
- Temp inbox attachment contentDiscarded on arrival, never written to any storage
- Name, phone number, ID informationThere has never been a collection point for these
- PasswordsSign-in is passwordless via emailed code, so there's no password database to steal
- Third-party ad and cross-site tracking dataNo third-party script ever loads, so there's nothing to collect
Retention periods at a glance
These periods are enforced server-side consistently across all five language sites and every user; if any page's wording ever conflicts with this table, this table and the privacy policy take precedence.
Three honest boundaries
Design explained — now verify it yourself
Generate an address, receive a message, watch the countdown hit zero — nothing is more convincing than seeing it happen. Want the legal-grade version? The privacy policy leaves nothing out.