Обновить parser.py

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