himalaya/README.md
2021-01-17 10:03:19 +01:00

31 lines
860 B
Markdown

# 📫 Himalaya [WIP]
Minimalist CLI email client, written in Rust.
```bash
Himalaya 0.1.0
soywod <clement.douin@posteo.net>
📫 Minimalist CLI email client
USAGE:
himalaya [OPTIONS] [SUBCOMMAND]
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
-a, --account <STRING> Name of the config file to use
SUBCOMMANDS:
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 emails sorted by arrival date
mailboxes 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
```