fix: increase MAX_EMAILS_PER_FOLDER from 50 to 500 for full sync
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user