himalaya/README.md
2021-01-08 10:22:56 +01:00

29 lines
674 B
Markdown

# 📫 Himalaya [WIP]
Minimalist CLI email client, written in Rust.
```bash
himalaya --help
```
```help
📫 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)
list Lists all available mailboxes
read Reads an email by its UID
reply Replies to an email by its UID
search Lists emails matching the given IMAP query
send Send a draft by its UID
write Writes a new email
```