Skip to content

Releases: pypesdev/coldflow

v0.1.0 — first tagged baseline

16 May 13:44
309fc39

Choose a tag to compare

First tagged baseline of Coldflow. Establishes a stable target for external contributors.

Highlights

  • DMARC validation — enter a domain and see SPF / DKIM / DMARC inline. Standalone CLI also available: npx dmarc-doctor.
  • Google SMTP integration — connect a Gmail account via OAuth and send through it.
  • CSV contact upload — import recipient lists with per-recipient variable substitution.
  • Single-step sequences — create a one-step campaign with {first_name}-style personalization and a strict per-account sending limit.
  • Silent-reply automation — schedule a single follow-up when a prospect replies once and then goes quiet. Auto-cancels if they reply again.
  • Templates library — curated 10-template starter pack across sales, recruiting, partnership, warm-intro, and follow-up categories. See templates/.
  • Campaigns list + detail pages — dashboard views for browsing and inspecting campaigns.
  • GitHub Actions CI — every PR runs typecheck, lint, and integration tests against a Postgres 16 service container.

Fixed

  • MIME RFC encoding — header B-encoding (RFC 2047) and quoted-printable body encoding (RFC 2045) so non-ASCII characters (em dashes, smart quotes, accents) render correctly across stricter MTAs.

Full notes in CHANGELOG.md.