himalaya/README.md

31 lines
753 B
Markdown
Raw Normal View History

2021-01-03 22:21:25 +00:00
# 📫 Himalaya [WIP]
2020-12-24 23:36:24 +00:00
2021-01-02 23:49:51 +00:00
Minimalist CLI email client, written in Rust.
```bash
himalaya --help
```
```help
2021-01-14 23:02:15 +00:00
Himalaya 0.1.0
soywod <clement.douin@posteo.net>
2021-01-02 23:49:51 +00:00
📫 Minimalist CLI email client
USAGE:
himalaya [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
SUBCOMMANDS:
2021-01-15 11:21:07 +00:00
attachments Downloads all attachments from an email
forward Forwards an email
help Prints this message or the help of the given subcommand(s)
list Lists all available mailboxes
read Reads text bodies of an email
reply Answers to an email
search Lists emails matching the given IMAP query
write Writes a new email
2021-01-02 23:49:51 +00:00
```