A minimal email TUI where you read with Markdown and write in Neovim. neomd.ssp.sh/docs
email markdown neovim tui
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

update claude.md

sspaeti 1b5849c0 dd1955eb

+4
+4
CLAUDE.md
··· 67 67 - `internal/config/` — TOML config parsing 68 68 - `internal/editor/` — spawns $EDITOR with neomd-*.md temp files 69 69 - `internal/render/` — glamour-based Markdown rendering for terminal 70 + - `internal/daemon/` — headless background mode (`--headless`): screener loop without TUI 70 71 - `internal/mailtls/` — TLS/STARTTLS connection helpers 71 72 - `internal/oauth2/` — OAuth2 flow for Gmail/Office365 73 + - `internal/integration_test.go` — integration tests (live IMAP/SMTP); lives at package level, not in a sub-package 74 + 75 + **CI:** GitHub Actions runs `go test ./...` + `go vet ./...` on every PR. 72 76 73 77 ## Project-Specific Conventions 74 78