fix: increase MAX_EMAILS_PER_FOLDER from 50 to 500 for full sync

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