summaryrefslogtreecommitdiff
path: root/crates/smtp
AgeCommit message (Collapse)Author
2024-06-18Support for milter on all SMTP stages (closes #183)mdecimus
2024-06-10Manually train and test spam classifier (closes #473 closes #264 closes #257 ↵mdecimus
closes #471)
2024-06-06Do not announce STARTTLS if the listener does not support itmdecimus
2024-05-31Fix session.rcpt.script IfBlock variable namemdecimus
2024-05-24Run Sieve scripts in async contextmdecimus
2024-05-23v0.8.1mdecimus
2024-05-23Do not send empty messages generated by trusted Sieve scriptsmdecimus
2024-05-20Include server hostname in SMTP greetings (closes #448)mdecimus
2024-05-19Include authentication headers and check queue quotas on Sieve message forwardsmdecimus
2024-05-18DKIM exploit fixmdecimus
2024-05-16Fix: JMAP identities should not return null signaturesmdecimus
2024-05-09Use permanent links for blobs in the SMTP queuemdecimus
2024-05-08Autoconfig and MS Autodiscover services (closes #336)mdecimus
2024-05-06authenticated_as variable not usable for must-match-sender (fixes #372)mdecimus
2024-05-06Added retry_num, notify_num, last_error, last_status variables to queue ↵mdecimus
expressions
2024-05-05fix(smtp): compatibility issues with Microsoft Outlook (#400)Ward Pieters
2024-05-02Support for concurrent index updatesmdecimus
2024-05-02Individual subspaces for each value and bitmap typemdecimus
2024-04-30v0.7.3mdecimus
2024-04-28Allow catch-all addresses when validating must match sendermdecimus
2024-04-17Support for DNS-01 and HTTP-01 ACME challenges (closes #226)mdecimus
2024-04-12Use cross-compilation for CI, build the Docker image from source (#85)mdecimus
2024-04-01REST API cleanupmdecimus
2024-03-30Use safe defaults when settings are missingmdecimus
2024-03-28Config hot reloading APImdecimus
2024-03-27Settings hot reloading - All tests passingmdecimus
2024-03-26Settings hot reloading - Part 4mdecimus
2024-03-24Settings hot reloading - Part 3mdecimus
2024-03-21Settings hot reloading - Part 1mdecimus
2024-03-20Config file changesmdecimus
2024-03-18Use custom resolver (closes #141)mdecimus
2024-03-14 Use relaxed DNS parsing, allowing underscores in DNS labels (closes #172)mdecimus
2024-03-11Updated settings REST APImdecimus
2024-03-04Global threadId cachingmdecimus
2024-03-02LZ4 compress blobs by default (closes #227)mdecimus
2024-03-02Store incoming reports in the data storemdecimus
2024-02-27Improved TLS/DMARC report APImdecimus
2024-02-21Return counter value from counter_incr functionmdecimus
2024-02-16Added expression functions.mdecimus
2024-02-15Added sql_query expression functionmdecimus
2024-02-14v0.6.0v0.6.0mdecimus
2024-02-13Clippy fixesmdecimus
2024-02-13Distributed SMTP queues and Rate limiting passing testsmdecimus
2024-02-10SMTP HELO commandmdecimus
2024-02-10Test fixesMauro D
2024-02-08Distributed SMTP queues (untested)Mauro D
2024-01-21DNS lookups from eval functions (closes #30)Mauro D
2024-01-21OAuth: redirect using a 301 instead of a 307 codeMauro D
2024-01-19Config expressions passing tests.mdecimus
2024-01-18Expressions in configuration files (untested)mdecimus