LinuxCommandLibrary

tmpmail

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

TLDR

Create a temporary inbox

$ tmpmail --generate
copy


List messages and their numeric ID
$ tmpmail
copy


Display the most recent received email
$ tmpmail --recent
copy


Open a specific message
$ tmpmail [email_id]
copy


View email as raw text without HTML tags
$ tmpmail --text
copy


Open email with a specific browser (default is w3m)
$ tmpmail --browser [browser]
copy

Copied to clipboard