can read email and click on the link
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
from src.mail.mail_reader import MailReader
|
||||
|
||||
if __name__ == '__main__':
|
||||
# read emails
|
||||
mail_reader = MailReader()
|
||||
Reference in New Issue
Block a user