TOTP-protected inbox, seven-day text retention, rules, and application metrics.
BUILD WEEK EXTENSION · PUBLIC DEMO
Verification email, replayed without the inbox.
Test the same deterministic code and action-link extraction used by Tpomail, then watch its adaptive refresh strategy compress 120 seconds into six.
01 · DETERMINISTIC ANALYZER
Put the extraction rules under a microscope.
Selected artifacts come from the production pure functions. Trace labels explain the outcome.
The interface is localized; synthetic subjects and bodies stay in English so deterministic extraction remains identical in both languages.
tpomail.xmkk7sczm9.chatgpt.siteScreening reduces obvious URL risk; it does not prove that a destination is safe or trustworthy.
- Input
- 313 chars
- Code candidates
- 1
- Link candidates
- 2
Explainable traceSelected · other candidate · rejected
Code candidates
986179SelectedSelected by the production extractor as the unique strongest verification-context match.
Your single-use sign-in code Hi demo user, Your single-use code is: 986179 It expires in 10 minutes. Never share this co
Link candidates
tpomail.xmkk7sczm9.chatgpt.siteSelectedSelected by the production scorer after public-HTTPS and action-intent checks.
Confirm this sign-intpomail.xmkk7sczm9.chatgpt.siteRejectedIgnored as a footer, help, privacy, terms, or unsubscribe destination.
Privacy information
02 · ACCELERATED WAITING MODE
Two minutes of polling, replayed in six seconds.
The simulator calls the same cadence decision function as the private inbox, without making a request.
- Adaptive checks
- 1
- Fixed 2s checks
- 1
- Requests avoided
- 0
- Next check
- 2s
Synthetic delivery is scheduled for 0:40.
Full replay: 29 adaptive checks versus 60 fixed checks, avoiding 31 requests in this two-minute window.03 · PROVABLE ISOLATION
One extractor, two deliberately separate paths.
The demo shares deterministic pure functions—not production mail, authentication, or persistence.
No API call, no mailbox access, no D1 operation, and no retained demo input.