Upto 4 live disposable inboxes in your terminal, persistent across sessions — zero browser, zero clicks.
Use multiple sessions for account take over chains, invite abuse, OTP rate limiting and anything that needs multiple live identities at once
the sessions last for few minutes (N) because this is a temporary email service.
you may quit the tool and again reopen the sessions - email will be available for those N minutes.
pip install suksuk # open saved inbox (creates one on first run)
suk --new # burn current address, get a fresh one
suk --sessions <n> # spin up n inboxes (1–4) and listen on all simultaneously
suk --list # list all saved sessions
suk --open <n> # reopen saved session by slot number
suk --open <a> <b> ... # open multiple slots simultaneously
suk --open all # reopen every saved session at onceEmails print to terminal in real time. Sessions persist in ~/.suk_sessions.json — close and reopen any inbox anytime with --open.
MIT