Skip to content

v1.1.0

Choose a tag to compare

@austinginder austinginder released this 22 Jun 17:44
· 8 commits to main since this release

New

  • CC / BCC / Reply-To capturesync stores cc_fields, bcc_fields, and reply_to_fields for every message; show displays the Cc line in text, pretty, and JSON. Existing databases migrate automatically.
  • draft --reply-all — auto-fills To and Cc from the latest inbound message (original sender + To → To, original Cc → Cc), excludes your own addresses (--from + optional MISSIVE_MY_ADDRESSES), and de-duplicates. --to is now optional with --reply-all.
  • sync --start-before=<datetime> — seed the pagination cursor to backfill older history.
  • Team inbox + status tracking — syncs the team inbox when MISSIVE_TEAM_ID is set, tracks open/closed transitions, and syncs closed conversations with --full.
  • close --local — close only in the local database.
  • list filters--messages, --order, --after, --before, plus a Status column.

Improved

  • Rate-limit handling — retries on HTTP 429 with Retry-After/backoff and throttles bulk syncs.
  • Database storage — private DB directory created automatically with secure permissions.