A disposable, self-destructing (one could say, ephemeral) email address on your terminal.
- Generate random e-mail address
- Select name and domain address (considering available domains addresses)
- Automatic listener to e-mail messages
- Read e-mails on the terminal
- Download those e-mail as a html file
- List and download e-mail attachments
Make sure you have Go installed
- Go >= 1.18
# Clone the Repo
git clone [email protected]:MarlonCorreia/ephemail.git
# Enter Folder
cd ephemail/
# Build the project
go build -o ephemail
# Run
./ephemail
Binaries provided on the Releases page
Instructions on navigation and commands are built in on the TUI, just run
# Generate random name and domain
./ephemail
# Provide name and domain
./ephemail --user <username> --domain <available_domain>
# List available domains addresses
./ephemail --list-domains
This is highly reliant on the amazing 💛 1secmailApi, so if their service is down, this TUI won't work. I'm currently studying the possibility of writing a companion e-mail server.
This software is released under the MIT License