From 15c0cfc1d9c18adb16c6c1e663257fd887af6350 Mon Sep 17 00:00:00 2001 From: rustmailer Date: Sat, 23 May 2026 15:57:39 +0800 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index d8f6a25..e9537bd 100644 --- a/README.md +++ b/README.md @@ -106,6 +106,10 @@ - **Admin Tooling**: Password reset for locked-out admins. Non-destructive v0.3.7 to v1.0 data migration. - **API Token Management**: Create, list, and revoke long-lived API tokens for programmatic access. - **SOCKS5 Proxy Management**: Configure and manage proxy profiles for routing IMAP traffic per account. +- **Scheduled Download**: Configure per-account download schedules using cron expressions. Run syncs at specific times or intervals — for example, nightly-only or business-hours-only archiving. +- **Remote Content Blocking**: External images and tracking pixels embedded in emails are blocked by default. Users can selectively allow remote content to load on a per-message basis from the WebUI. +- **Async Index Deduplication**: Duplicate detection in the search index is performed asynchronously, reducing write latency during high-throughput ingestion. + ## Quick Start