Personal life manager https://mzhang.io/panorama
Go to file
2021-02-22 20:48:16 -06:00
.github/workflows asdf 2021-02-22 14:36:53 -06:00
docs a 2021-02-16 15:33:36 -06:00
imap authentication! 2021-02-22 20:47:00 -06:00
src authentication! 2021-02-22 20:47:00 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock capability parser 2021-02-22 15:33:30 -06:00
Cargo.toml drop tracing for fern 2021-02-22 01:37:19 -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 ouais 2021-02-22 18:21:12 -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