Files
tldr/pages.zh/common/tmpmail.md

28 lines
500 B
Markdown
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# tmpmail
> 一个从终端生成的临时邮箱使用POSIX sh编写。
> 更多信息:<https://github.com/sdushantha/tmpmail>。
- 创建一个临时收件箱:
`tmpmail --generate`
- 列出邮件及其数字ID
`tmpmail`
- 显示最近收到的邮件:
`tmpmail --recent`
- 打开特定邮件:
`tmpmail {{email_id}}`
- 以原始文本查看邮件不带HTML标签
`tmpmail --text`
- 使用特定浏览器打开邮件默认是w3m
`tmpmail --browser {{browser}}`