feat: Add sync_batch_size to allow users to customize the synchronization batch size, and introduce date_before to support semantics such as downloading emails from more than one year ago. #24 #58

This commit is contained in:
rustmailer
2025-12-28 13:01:34 +08:00
parent b35493e4e1
commit 1f57f372d3
46 changed files with 831 additions and 351 deletions
+16
View File
@@ -138,6 +138,22 @@
"systemVersion": "Systeemversie"
},
"accounts": {
"beforeRelativeValue": "Synchroniseer e-mails van vóór {{value}} {{unit}} geleden",
"sinceRelativeValue": "Synchroniseer e-mails van de afgelopen {{value}} {{unit}}",
"syncBatchSize": "Batchgrootte synchronisatie",
"syncBatchSizeDescription": "Aantal berichten opgehaald per IMAP-verzoek",
"incrementalSyncDescription": "Frequentie van incrementele synchronisatie (in minuten)",
"syncScope": "Synchronisatiestrategie",
"syncScopeDescription": "Kies welke e-mails geïndexeerd en gearchiveerd moeten worden.",
"selectMode": "Filtermodus selecteren",
"syncAll": "Alle e-mails synchroniseren",
"sinceFixed": "Sinds een specifieke datum",
"sinceRelative": "Alleen recente e-mails synchroniseren",
"beforeRelative": "Alleen oude e-mails archiveren",
"duration": "Duur",
"unit": "Eenheid",
"accessControl": "Toegangsbeheer",
"owner": "Maker",
"access_control": {
"title": "Toewijzing accounttoegang",
"description": "Rollen en geautoriseerde gebruikers toewijzen aan {{email}}",