Scoped inbox authority
Inbox access is tied to the browser session or to an explicitly issued, address-scoped linked-device credential. A linked device does not inherit general browser-session mutation authority.
MailOnce Security
MailOnce handles short-lived inbox access, verification messages and device-link requests. This page describes controls that are present in the product today and separates them from protections MailOnce does not claim to provide.
Protected browser-session operations require both a session identifier and a bearer ownership token. Session tokens are generated from 32 random bytes; the server stores a SHA-256 verifier and compares presented tokens with a timing-safe check instead of persisting the raw ownership token as the verifier.
Inbox access is tied to the browser session or to an explicitly issued, address-scoped linked-device credential. A linked device does not inherit general browser-session mutation authority.
Ownership and credential decisions are enforced by backend guards and authorization services rather than trusted to interface state in the browser.
Realtime owner access uses one-time tickets with a short lifetime. Device-link status responses are marked no-store, reducing accidental caching of sensitive state.
The device-link QR carries its pairing token in the URL fragment, not the path or query. The client removes that fragment from the visible URL before claiming the pairing.
Opening the same inbox on another device requires a pairing flow with browser-owner approval. The linked credential is built for reading one target inbox, not for controlling the original browser session.
MailOnce applies source- and owner-oriented rate-limit policies and product quotas around sensitive operations. These controls are designed to make automated abuse more expensive and to keep one client from consuming unbounded shared capacity. They are safeguards, not a promise that abuse can never occur.
Security concerns and suspected vulnerabilities can be reported through the official MailOnce Support channel at support@mailonce.org. Do not include passwords, session tokens, inbox tokens, device-link secrets or other live credentials.
The Safe Email & Link Handling guide explains how MailOnce treats verification links and what users still need to judge for themselves.
Read Safe Email & Link Handling