commands.sh

tmpmail

all

A temporary email right from your terminal written in POSIX sh.

More info →

Options (4)

-g, --generateboolean

Create a temporary inbox

Example: tmpmail {{[-g|--generate]}}
-r, --recentboolean

Display the most recent received email

Example: tmpmail {{[-r|--recent]}}
-t, --textboolean

View email as raw text without HTML tags

Example: tmpmail {{[-t|--text]}}
-b, --browserboolean

Open email with a specific browser (default is w3m)

Example: tmpmail {{[-b|--browser]}} {{browser}}

Examples (6)

Create a temporary inbox

tmpmail [-g|--generate]

List messages and their numeric ID

Display the most recent received email

tmpmail [-r|--recent]

Open a specific message

tmpmail email_id

View email as raw text without HTML tags

tmpmail [-t|--text]

Open email with a specific browser (default is w3m)

tmpmail [-b|--browser] browser
made by @shridhargupta | data from tldr-pages