support urlEncoded subject

This commit is contained in:
2024-08-29 16:27:42 +02:00
parent e287f795e0
commit 745380aaf5
+3 -3
View File
@@ -241,11 +241,11 @@ def read_mails():
# check time before start checking emails
if is_time_between(time(7, 30), time(23, 30)):
# get email address
# mail_list = MONGO_STORE_MANAGER.get_destination_emails()
mail_list = MONGO_STORE_MANAGER.get_destination_emails()
# excel_reader = ExcelHelper()
# mail_list = excel_reader.read_email_pojo(file_name="/Users/panlei/Downloads/hotmail_list.xlsx")
mail_address1 = MailAddress(mail="casandrakaamv@onet.pl", password="8F0o0APeAp0z")
mail_list = [mail_address1]
# mail_address1 = MailAddress(mail="casandrakaamv@onet.pl", password="8F0o0APeAp0z")
# mail_list = [mail_address1]
successful_items = MONGO_STORE_MANAGER.get_all_successful_items_for_day()
mails_messages = []
with ThreadPoolExecutor(max_workers=200) as executor: