termail

Crates.iotermail
lib.rstermail
version0.1.1
sourcesrc
created_at2021-10-17 17:02:34.859473
updated_at2021-10-22 17:38:13.863097
descriptionTerminal Mail client written in Rust. WIP
homepagehttps://github.com/tramhao/termail
repositoryhttps://github.com/tramhao/termail
max_upload_size
id466310
size102,361
(tramhao)

documentation

README

termail

Terminal mail client written in Rust.

Idea

I've been using mutt-wizard from Luck Smith to check my emails. However, a big headache during usage is that it's not easy to setup. I met several issues during every install. Therefore, I start to write this tool. Currently it'll simply read maildir and mark message read status. I plan to implement isync and smtp as well.

Install

```
make && make install
```
Commit count: 27

cargo fmt