Personal life manager https://mzhang.io/panorama
Go to file
2021-03-08 17:32:12 -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 add more envelope fields 2021-03-08 17:32:12 -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 updates 2021-03-08 17:07:44 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock add more envelope fields 2021-03-08 17:32: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 Revamp inner client loop and connect folder list to UI 2021-03-06 18:56:35 -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