add methode to read all mails

This commit is contained in:
2023-11-09 11:23:59 +01:00
parent 506a3c0e90
commit 387751b7be
2 changed files with 6 additions and 2 deletions
+4
View File
@@ -0,0 +1,4 @@
from src.mail.mail_reader_all_contacts import read_all_mails
if __name__ == '__main__':
read_all_mails()