Update mail.py

pull/29/head
– sanz 1 year ago committed by GitHub
parent 44acf50bf4
commit f1d84fbf45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -33,6 +33,6 @@ class Mail:
def get_message_content(self, message_id: str):
return self.get_message(message_id)["mail_body"]
if __name__ == "__main__":
client = Mail()
client.get_mail()
# if __name__ == "__main__":
# client = Mail()
# client.get_mail()

Loading…
Cancel
Save