v0.2.0
Changelog
- 3dd8eb3: brand: add PNG lockups at 4x (@craigjmidwinter)
- 7053b95: brand: document the docs-site scheme wiring in BRAND.md (@craigjmidwinter)
- 1b58ced: brand: drop the badge — the mark stands free on both surfaces (@craigjmidwinter)
- db95a14: brand: pixel-art mark, Silkscreen wordmark, and a two-scheme docs theme (@craigjmidwinter)
- 1fa96a0: brand: redraw the mark as a faithful transcription of the reference (@craigjmidwinter)
- 2a22abd: cli: make the unconfigured state do real work, and add
init(@craigjmidwinter) - 91088dc: config: require
provider, and generate a password_cmd that exists on this platform (@craigjmidwinter) - d0e8e41: feat(imap): fetch from any IMAP server behind the same provider seam (@craigjmidwinter)
- cc0ece1: gmail: stop feeding Spam and Trash to the agent by default (@craigjmidwinter)
- e752595: release: ship signed binaries and a Homebrew tap (@craigjmidwinter)
- 8d8c95d: sink: carry machine-readable addresses in the frontmatter (@craigjmidwinter)
- 0bb023a: sink: stop attachments from masquerading as delivered messages (@craigjmidwinter)
- 2944723: skill: lead with IMAP, and stop telling agents Gmail is the only way (@craigjmidwinter)
Install
brew install craigjmidwinter/tap/mail-muncherOr download an archive below and verify it:
# 1. checksum -- on macOS use `shasum -a 256` instead of `sha256sum`
sha256sum --check --ignore-missing checksums.txt
# 2. signature over the checksum file (keyless, no key to fetch)
cosign verify-blob \
--certificate checksums.txt.pem \
--signature checksums.txt.sig \
--certificate-identity-regexp '^https://github\.com/craigjmidwinter/mail-muncher/\.github/workflows/release\.yml@refs/tags/' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
checksums.txt