b10597fd5e
feat(mailer-smtp): add SCRAM-SHA-256 auth, Ed25519 DKIM, opportunistic TLS, SNI cert selection, pipelining and delivery/bridge improvements
2026-02-11 10:11:43 +00:00
526dcb4dac
BREAKING CHANGE(mail): remove DMARC and DKIM verifier implementations and MTA error classes; introduce DkimManager and EmailActionExecutor; simplify SPF verifier and update routing exports and tests
2026-02-11 07:55:28 +00:00
2088c9f76e
fix(readme): clarify architecture and IPC, document outbound flow and testing, and update module and crate descriptions in README
2026-02-11 07:36:54 +00:00
f7af8c4534
feat(e2e-tests): add Node.js end-to-end tests covering server lifecycle, inbound SMTP handling, outbound delivery and routing actions
2026-02-11 07:31:08 +00:00
27bab5f345
BREAKING CHANGE(smtp-client): Replace the legacy TypeScript SMTP client with a new Rust-based SMTP client and IPC bridge for outbound delivery
2026-02-11 07:17:05 +00:00
36006191fc
BREAKING CHANGE(security): implement resilience and lifecycle management for RustSecurityBridge (auto-restart, health checks, state machine and eventing); remove legacy TS SMTP test helper and DNSManager; remove deliverability IP-warmup/sender-reputation integrations and related types; drop unused dependencies
2026-02-10 23:23:00 +00:00
248bfcfe78
feat(docs): document Rust-side in-process security pipeline and update README to reflect SMTP server behavior and crate/test counts
2026-02-10 22:43:50 +00:00
f3a74a7660
fix(tests): remove large SMTP client test suites and update SmartFile API usage
2026-02-10 22:41:36 +00:00
cd4584ec26
fix(npmextra): update .gitignore and npmextra.json to add ignore patterns, registries, and module metadata
2026-02-10 22:32:17 +00:00
eb2643de93
feat(mailer-smtp): add in-process security pipeline for SMTP delivery (DKIM/SPF/DMARC, content scanning, IP reputation)
2026-02-10 22:26:20 +00:00
cee8a51081
fix(readme): Clarify Rust-powered architecture and mandatory Rust bridge; expand README with Rust workspace details and project structure updates
2026-02-10 22:04:56 +00:00
5220ee0857
feat(mailer-smtp): implement in-process SMTP server and management IPC integration
2026-02-10 22:00:44 +00:00
15a45089aa
feat(security): migrate content scanning and bounce detection to Rust security bridge; add scanContent IPC command and Rust content scanner with tests; update TS RustSecurityBridge and callers, and adjust CI package references
2026-02-10 21:19:13 +00:00
f1071faf3d
fix(docs/readme): update README: clarify APIs, document RustSecurityBridge, update examples and architecture diagram
2026-02-10 16:57:14 +00:00
8293663619
BREAKING CHANGE(smartmta): Rebrand package to @push.rocks/smartmta, add consolidated email security verification and IPC handler
2026-02-10 16:25:55 +00:00
564b65c7f2
fix(deps): add workspace dependency entries for multiple crates across mailer-bin, mailer-core, and mailer-security
2026-02-10 15:54:36 +00:00
14be3cdb9a
feat(mail/delivery): add error-count based blocking to rate limiter; improve test SMTP server port selection; add tsbuild scripts and devDependency; remove stale backup file
2026-02-10 14:44:45 +00:00
17f5661636
feat(storage): add comprehensive tests for StorageManager with memory, filesystem, and custom function backends
...
CI / Type Check & Lint (push) Failing after 3s
CI / Build Test (Current Platform) (push) Failing after 3s
CI / Build All Platforms (push) Failing after 3s
feat(email): implement EmailSendJob class for robust email delivery with retry logic and MX record resolution
feat(mail): restructure mail module exports for simplified access to core and delivery functionalities
2025-10-28 19:46:17 +00:00
27b6bb779e
fix(mail/delivery): Centralize runtime/plugin imports and switch modules to use plugins exports; unify EventEmitter usage; update Deno dependencies and small path/server refactors
2025-10-24 10:00:25 +00:00
269bafc1bf
feat(plugins): Add smartmail, mailauth and uuid to Deno dependencies and export them from plugins; include local dev permissions file
2025-10-24 08:19:56 +00:00
e49becec95
feat(ci): Add CI, release and npm-publish automation; introduce release template and local settings
2025-10-24 08:13:59 +00:00
d8d4b116c9
fix(dev): Add local development settings file to grant tooling permissions
2025-10-24 08:10:41 +00:00
be406f94f8
initial
2025-10-24 08:09:29 +00:00