brokentimeline/mailo — reverse-engineered prompt

Reverse engineered prompt

GitHub

Build me a simple terminal app in Python called Mailo that lets me use temporary email without opening a browser.

I want it to generate a random disposable email address, show the inbox in a clean table, let me open a message by picking its number, and display the full email content in a readable way even if the original was HTML. It should also have an auto refresh mode that checks for new mail every few seconds, a quick inbox summary showing total and new messages, and an option to copy the current address to the clipboard if clipboard support is available.

Please make it feel nice to use in the terminal, with a clear menu, screen clearing between views, and simple prompts. It should work on normal Linux and Windows terminals, and also be usable in Termux and iSH if possible. Handle common errors gracefully, like no internet, temporary API issues, or missing clipboard support. Look up current docs online if you need to.

Want more depth? Deep Reverse