Go to file
2021-03-25 06:34:11 -05:00
.github/workflows combine workflows 2021-03-25 04:35:31 -05:00
docs Add some docs 2021-03-11 07:16:20 -06:00
imap update read loop and parser to read body 2021-03-25 06:34:11 -05:00
migrations sqlx working? 2021-03-25 04:30:31 -05:00
rfc some more commands 2021-02-24 04:46:21 -06:00
smtp switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
src update read loop and parser to read body 2021-03-25 06:34:11 -05:00
.gitignore sqlx working? 2021-03-25 04:30:31 -05:00
Cargo.lock wip mail sync 2021-03-23 12:18:35 -05:00
Cargo.toml wip mail sync 2021-03-23 12:18:35 -05:00
deny.toml switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
Justfile Revamp inner client loop and connect folder list to UI 2021-03-06 18:56:35 -06:00
notes.md hellosu 2021-03-11 23:07:40 -06:00
README.md Add some docs 2021-03-11 07:16:20 -06:00

panorama

Panorama is a terminal Personal Information Manager (PIM).

Status: not done yet

Read documentation at pim.mzhang.io

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