| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| daptin-darwin-amd64 | 2026-06-24 | 226.8 MB | |
| daptin-linux-amd64 | 2026-06-24 | 249.9 MB | |
| daptin-linux-arm64 | 2026-06-24 | 235.3 MB | |
| daptin-windows-amd64.exe | 2026-06-24 | 243.1 MB | |
| README.md | 2026-06-24 | 809 Bytes | |
| v0.12.25 source code.tar.gz | 2026-06-24 | 28.6 MB | |
| v0.12.25 source code.zip | 2026-06-24 | 29.3 MB | |
| Totals: 7 Items | 1.0 GB | 0 | |
Fixes
- Fix immediate
mail.senddelivery for cloud-store-backedoutbox.mailrows by committing the queued row, reloading it withmailcontents included, and only then starting SMTP delivery. - Preserve retry metadata when the immediate path cannot reload/read the committed mail body, so the scheduler can retry instead of losing the delivery attempt.
- Keep SMTP delivery outside any open database transaction.
- Fix the outgoing SMTP E2E capture selector so it validates the intended
Outbox E2Emessage when multiple deliveries share the same fake receiver.
Validation
go test ./server/resource -run 'TestMailColumnBytes|TestResultToArrayCloudStoreMailColumn'passed.go test ./server/actionspassed.scripts/testing/outbox-outgoing-e2e.shpassed: 15/15.go test ./...passed.