himalaya/README.md

31 lines
860 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
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:
2021-01-17 09:03:19 +00:00
himalaya [OPTIONS] [SUBCOMMAND]
2021-01-02 23:49:51 +00:00
FLAGS:
-h, --help Prints help information
-V, --version Prints version information
2021-01-17 09:03:19 +00:00
OPTIONS:
-a, --account <STRING> Name of the config file to use
2021-01-02 23:49:51 +00:00
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)
2021-01-17 09:03:19 +00:00
list Lists emails sorted by arrival date
mailboxes Lists all available mailboxes
2021-01-15 11:21:07 +00:00
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
```