No description
Find a file
Arne Skaar Fismen 1e6b2d56de initial commit
Network-client TUI for posta-server. Speaks /api/v1/* (REST) and
/api/v1/events (SSE) over a bearer-authenticated session; persists the
token at $XDG_CONFIG_HOME/posta-tui/config.toml mode 0600.

Layout:
- cmd/posta-tui     entrypoint with first-run config prompt
- internal/api      DTOs, REST client, SSE parser with reconnect
- internal/state    pure reducer (identity, contacts, threads, watermark)
- internal/config   XDG TOML loader/saver
- internal/tui      bubbletea model; one tea.Msg per SSE event

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-09 12:02:22 +02:00
cmd/posta-tui initial commit 2026-05-09 12:02:22 +02:00
internal initial commit 2026-05-09 12:02:22 +02:00
.gitignore initial commit 2026-05-09 12:02:22 +02:00
go.mod initial commit 2026-05-09 12:02:22 +02:00
go.sum initial commit 2026-05-09 12:02:22 +02:00