can read email and click on the link

This commit is contained in:
2022-08-01 21:11:45 +02:00
parent f890454e25
commit 0b203b00ee
17 changed files with 355 additions and 43 deletions
+5
View File
@@ -0,0 +1,5 @@
from src.mail.mail_reader import MailReader
if __name__ == '__main__':
# read emails
mail_reader = MailReader()