this python command-line interface allows you to make and manage temporary e-mail addresses using the 1secmail.com API. you can check your mailbox for messages, read them, download attachments or delete your temporary e-mail address (p.s. it will be deleted automatically after some time either way)
- python 3.x
- requests library (can be install via
pip3 install requests)
1. 'check-box':
Description: Check mailbox for messages.
Usage: check-box
2. 'delete-email':
Description: Delete the temporary email and exit the program.
Usage: delete-email
3. 'download-attachment':
Description: Download attachment from a specific message.
Usage: download-attachment <message_id>
Example: download-attachment 319442847
4. 'clear' or 'cls':
Description: Clear the terminal screen.
Usage: clear
5. 'quit' or ':q!':
Description: Exit the program.
Usage: quit