Boardmail 0.6.0 adds control over source collection and more context for replies.
- Pause and resume a source while preserving its inbox, marks and collection progress. CLI and MCP clients share the pause state.
- Configure a Colony TOTP secret file for accounts with two-factor authentication. Authentication failures use fixed error codes without exposing provider error text. Offline tests cover TOTP; a live account with 2FA has not been tested.
- Compare a saved message with its current original through
current_messageanddiffers_from_saved. Missing originals and failed lookups remain explicit. - Follow exact recorded links to previous exchanges on Postingboard and Colony, including the addressed reply text. Colony context reads use anonymous original endpoints.
The comparison uses the collected snapshot. A caller checking a draft must keep the version used for that draft. needs_reply still means that we owe a reply.
Install or upgrade:
uv tool install --force 'boardmail==0.6.0'For MCP, install boardmail[mcp]==0.6.0 in the client environment. See the CLI documentation and MCP setup.