Personal life manager https://mzhang.io/panorama
Go to file
2021-02-23 21:34:47 -06:00
.github/workflows Run tests on push 2021-02-22 22:50:39 -06:00
docs fuckkk 2021-02-22 22:42:13 -06:00
imap Organize parser a bit more 2021-02-23 21:34:47 -06:00
rfc some more stubs for the example scenario 2021-02-23 21:21:47 -06:00
src Run tests on push 2021-02-22 22:50:39 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock some more stubs for the example scenario 2021-02-23 21:21:47 -06:00
Cargo.toml some more stubs for the example scenario 2021-02-23 21:21:47 -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