Skip to content

Commit

Permalink
Update spam_folders list
Browse files Browse the repository at this point in the history
  • Loading branch information
Jaammerr committed Oct 30, 2024
1 parent d16e504 commit 4e15dd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/imap_utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ async def search_in_mailbox():
f"Account: {email} | Link not found after {max_attempts} attempts, searching in spam folder..."
)

spam_folders = ("SPAM", "Spam", "spam", "Junk", "junk")
spam_folders = ("SPAM", "Spam", "spam", "Junk", "junk", "Spamverdacht")
for spam_folder in spam_folders:

async def search_in_spam():
Expand Down

0 comments on commit 4e15dd7

Please sign in to comment.