Personal life manager https://mzhang.io/panorama
Go to file
2021-02-27 01:10:23 -06:00
.github/workflows Run tests on push 2021-02-22 22:50:39 -06:00
docs add some docs 2021-02-24 06:50:27 -06:00
imap Switch up ui::Drawable write command and run UI in separate thread 2021-02-26 00:26:37 -06:00
rfc some more commands 2021-02-24 04:46:21 -06:00
smtp add some docs 2021-02-24 06:50:27 -06:00
src update rectangle 2021-02-27 01:10:23 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock Switch up ui::Drawable write command and run UI in separate thread 2021-02-26 00:26:37 -06:00
Cargo.toml Switch up ui::Drawable write command and run UI in separate thread 2021-02-26 00:26:37 -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