Обновить parser.py

This commit is contained in:
2026-06-11 11:31:38 +00:00
parent 63f186108e
commit 4c04d7519b
+1 -1
View File
@@ -82,7 +82,7 @@ def fetch_new_emails():
server.select_folder("&BB8EPgQ0BDoEOwROBEcENQQ9BDgETw-")
# Ищем непрочитанные
messages = server.search(['ALL'])
messages = server.search(['UNSEEN'])
if not messages:
return []