mirror of
https://github.com/warmbly/warmbly.git
synced 2026-08-19 08:01:16 +00:00
8347237547
Brings in PR #15 (email warmup process 4) plus its preceding commits: customer-defined warmup routing on premium pool, free-trial warmup + 1 inbox for 14 days, customer webhook subscriptions with HMAC signing + retry, bumped default API rate limits to 100 req/s with flat per- user/per-plan caps, plus dev-fixture additions. One real conflict: internal/client/smtpimap/imap/client.go added distinct imports on each side (this branch added 'net' for the *net.TCPAddr BindIP field; main added 'sync' for a Mutex). Kept both. Everything else auto-merged additively: cmd/backend/main.go - imports + handler fields + DI lines internal/api/handler/handler.go - new fields next to existing ones internal/api/routes.go - new route group next to existing ones Full build + test suite pass (no regressions).