Personal life manager https://mzhang.io/panorama
Find a file
2021-10-28 16:57:29 -05:00
daemon forgot what tihs update was but im just testing the webhook 2021-10-28 16:40:25 -05:00
imap forgot what tihs update was but im just testing the webhook 2021-10-28 16:40:25 -05:00
mbsync Fix capability parsing 2021-10-25 18:42:28 -05:00
proto-common updates: 2021-10-13 00:50:48 -05:00
smtp mbsync 2021-08-22 19:19:27 -05:00
tui Fix capability parsing 2021-10-25 18:42:28 -05:00
.drone.yml drone 2021-09-07 06:31:13 -05:00
.gitignore Rewrite 2021-07-19 18:16:08 -05:00
Cargo.lock Re-add pretentious README and add cargo deny 2021-10-28 16:55:13 -05:00
Cargo.toml Fix capability parsing 2021-10-25 18:42:28 -05:00
deny.toml Re-add pretentious README and add cargo deny 2021-10-28 16:55:13 -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 Re-add pretentious README and add cargo deny 2021-10-28 16:55:13 -05:00
rustfmt.toml updates: 2021-10-13 00:50:48 -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