Go to file
2021-03-09 05:55:31 -06:00
.github/workflows switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
docs book links 2021-03-08 19:18:34 -06:00
imap add address parsing 2021-03-09 05:55:31 -06: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 add address parsing 2021-03-09 05:55:31 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock humanize dates 2021-03-09 05:21:23 -06:00
Cargo.toml humanize dates 2021-03-09 05:21:23 -06: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 poggers 2021-02-21 09:11:48 -06:00
README.md matrix link 2021-03-08 19:13:54 -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.
  • 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