himalaya/README.md

30 lines
684 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:
forward Forwards an email by its UID
help Prints this message or the help of the given subcommand(s)
2021-01-07 23:34:32 +00:00
list Lists all available mailboxes
2021-01-02 23:49:51 +00:00
read Reads an email by its UID
reply Replies to an email by its UID
2021-01-07 23:34:32 +00:00
search Lists emails matching the given IMAP query
2021-01-02 23:49:51 +00:00
write Writes a new email
```