20 lines
376 B
Markdown
20 lines
376 B
Markdown
# 从
|
|
|
|
> 打印当前用户邮箱中的邮件头信息。
|
|
> 更多信息: <https://mailutils.org/manual/html_chapter/Programs.html#frm-and-from>。
|
|
|
|
- 列出邮件:
|
|
|
|
`from`
|
|
|
|
- 显示存储的邮件数量:
|
|
|
|
`from --count`
|
|
|
|
- 列出指定邮箱目录中的邮件:
|
|
|
|
`MAIL={{path/to/mailbox}} from`
|
|
|
|
- 打印来自指定地址的邮件:
|
|
|
|
`from --sender={{me@example.com}}` |