Personal life manager https://mzhang.io/panorama
Go to file
2021-03-02 19:45:45 -06:00
.github/workflows switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
docs add some docs 2021-02-24 06:50:27 -06:00
imap hellosu 2021-03-02 19:45:45 -06:00
rfc some more commands 2021-02-24 04:46:21 -06:00
smtp switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
src hellosu 2021-03-02 19:45:45 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock Depend on my forked version of pest 2021-03-02 00:15:12 -06:00
Cargo.toml switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
deny.toml switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
Justfile start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
notes.md poggers 2021-02-21 09:11:48 -06:00
README.md add some small doc comments 2021-02-24 04:52:32 -06:00

panorama

Panorama is a terminal Personal Information Manager (PIM).

Status: not done yet

Goals:

  • Never have to actually close the application.
  • Handles email, calendar, and address books using open standards.
  • Hot-reload on-disk config.

Stretch goals:

  • Unified "feed" that any app can submit to.
  • Submit notifications to gotify-shaped notification servers.
  • JMAP implementation.
  • RSS aggregator.
  • IRC client??

Credits

IMAP library modified from djc/tokio-imap, MIT licensed.

License: GPLv3 or later