Personal life manager https://mzhang.io/panorama
Find a file
2021-11-03 20:14:12 -05:00
daemon Some more pool stuff 2021-11-03 20:14:12 -05:00
imap Some more pool stuff 2021-11-03 20:14:12 -05:00
mbsync Fix capability parsing 2021-10-25 18:42:28 -05:00
proto-common Change to 2 spaces 2021-10-28 22:44:16 -05:00
smtp Upgrade dependencies 2021-10-28 17:30:25 -05:00
tui Change to 2 spaces 2021-10-28 22:44:16 -05:00
.drone.yml drone 2021-09-07 06:31:13 -05:00
.editorconfig Editor config 2021-10-28 22:44:47 -05:00
.gitignore Rewrite 2021-07-19 18:16:08 -05:00
Cargo.lock sigh guess i'm doing a connection pool 2021-11-01 21:31:15 -05:00
Cargo.toml Fix capability parsing 2021-10-25 18:42:28 -05:00
deny.toml Upgrade dependencies 2021-10-28 17:30:25 -05:00
docker-compose.yml add some test-related things 2021-08-08 01:41:07 -05:00
Justfile progress 2021-09-07 06:30:11 -05:00
LICENSE.md Add GPL license 2021-10-28 16:57:29 -05:00
README.md Search criteria implementation, fixes #3 2021-10-28 22:37:26 -05:00
rustfmt.toml Change to 2 spaces 2021-10-28 22:44:16 -05:00

panorama

Panorama is a terminal Personal Information Manager (PIM).

Status: still writing the basics

Join chat on Matrix at #panorama:mozilla.org

Goals:

  • Never have to actually close the application. All errors should be handled gracefully in a way that can be recovered or restarted without needing to close the entire application.
  • Handles email, calendar, and address books using open standards. IMAP for email retrieval, SMTP for email sending, CalDAV for calendars, and CardDAV for address books. Work should be saved locally prior to uploading to make sure nothing is ever lost as a result of network failure.
  • Hot-reload on-disk config. Configuration should be able to be reloaded so that the user can keep the application open. Errors in config should be reported to the user while the application is still running off the old version.
  • Scriptable. Built-in scripting language should allow for customization of common functionality, including keybinds and colors.

Stretch goals:

  • Full-text email/message search
  • 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