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": "システムバージョン"
},
"accounts": {
"beforeRelativeValue": "{{value}} {{unit}} 前より前のメールを同期",
"sinceRelativeValue": "過去 {{value}} {{unit}} 分のメールを同期",
"syncBatchSize": "同期バッチサイズ",
"syncBatchSizeDescription": "1回のIMAPリクエストで取得するメッセージ数",
"incrementalSyncDescription": "増分メール同期の実行頻度(分単位)",
"syncScope": "同期戦略",
"syncScopeDescription": "インデックスを作成し、アーカイブするメールを選択します。",
"selectMode": "フィルタモードを選択",
"syncAll": "すべてのメールを同期",
"sinceFixed": "指定した日付以降",
"sinceRelative": "最近のメールのみ同期",
"beforeRelative": "古いメールのみアーカイブ",
"duration": "期間",
"unit": "単位",
"accessControl": "アクセス制御",
"owner": "作成者",
"access_control": {
"title": "アカウントアクセス割り当て",
"description": "{{email}} にロールと権限ユーザーを割り当てます",