2020-12-18 07:22:05 -06:00
|
|
|
# tmpmail
|
|
|
|
|
|
|
|
> A temporary email right from your terminal written in POSIX sh.
|
2025-04-25 21:19:03 +03:00
|
|
|
> More information: <https://github.com/sdushantha/tmpmail#usage>.
|
2020-12-18 07:22:05 -06:00
|
|
|
|
|
|
|
- Create a temporary inbox:
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`tmpmail {{[-g|--generate]}}`
|
2020-12-18 07:22:05 -06:00
|
|
|
|
|
|
|
- List messages and their numeric ID:
|
|
|
|
|
|
|
|
`tmpmail`
|
|
|
|
|
|
|
|
- Display the most recent received email:
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`tmpmail {{[-r|--recent]}}`
|
2020-12-18 07:22:05 -06:00
|
|
|
|
|
|
|
- Open a specific message:
|
|
|
|
|
|
|
|
`tmpmail {{email_id}}`
|
|
|
|
|
|
|
|
- View email as raw text without HTML tags:
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`tmpmail {{[-t|--text]}}`
|
2020-12-18 07:22:05 -06:00
|
|
|
|
|
|
|
- Open email with a specific browser (default is w3m):
|
|
|
|
|
2025-04-25 21:19:03 +03:00
|
|
|
`tmpmail {{[-b|--browser]}} {{browser}}`
|