fix: increase MAX_EMAILS_PER_FOLDER to 2000 for complete sync

This commit is contained in:
Agent Zero
2026-07-17 23:02:53 +02:00
parent 153e7f0d23
commit 04c419402b
+1 -1
View File
@@ -397,7 +397,7 @@ STANDARD_IMAP_FOLDERS = {
"Archive",
}
MAX_EMAILS_PER_FOLDER = 500
MAX_EMAILS_PER_FOLDER = 2000
def _get_german_folder_name(imap_name: str) -> str: