panorama/docs/daemon/index.md

33 lines
1.1 KiB
Markdown
Raw Normal View History

2021-11-04 11:30:35 +00:00
# Daemon
The panorama daemon runs locally and serves as the primary controller of all of
panorama's functions. Since it needs to be ready to listen for clients at any
time, it should remain running in the background.
Planned functionality:
- Email
- Synchronizes with mail servers, aggregating a local database of messages.
- Build a comprehensive and full-text search index over all local messages.
- Send email by communicating with SMTP servers.
- Calendar
- Import ical files.
- Send reminders to various outputs.
2021-11-04 11:37:42 +00:00
- Contact book
- Birthday calendar? Gotta figure out how virtual calendars should work
2021-11-04 11:30:35 +00:00
Stretch goals:
2021-11-04 11:37:42 +00:00
- General
- Extensions by way of running a subprocess, should be able to register
namespaced message types.
2021-11-04 11:30:35 +00:00
- Email
- Expose a JMAP API, allowing other clients to connect to it.
- Massively configurable hooks.
2021-11-04 11:37:42 +00:00
- Chat???
- IRC / Matrix support possibly
- Arbitrary object storage?
- Probably gives extensions a good way of storing data. See y.js
- Recipe book, grocery list, fitness tracking from apps, etc.
- Synchronizing with other peers??? Great for shared grocery list