Go to file
2021-03-08 19:13:54 -06:00
.github/workflows switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -06:00
docs add docs 2021-03-08 18:32:01 -06:00
imap make the table look a bit nicer 2021-03-08 18:26:18 -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 make the table look a bit nicer 2021-03-08 18:26:18 -06:00
.gitignore start 2nd (cleaner) imap implementation 2021-02-16 06:34:48 -06:00
Cargo.lock add more envelope fields 2021-03-08 17:32:12 -06:00
Cargo.toml switch back to crossterm + cargo-deny stuff 2021-03-01 03:13:25 -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