Python: Keep checking new email and alert of further new emails
I have this code that checks the latest email and then goes and does something. Is it possible to write something that keeps checking the inbox folder for new mail? Although I want it to keep checking for the latest new email. Is it getting too complicated if I try and store that it has made one pass? So it doesn't alert about the same email twice about the same email. Code: import imaplib import email import Tkinter as tk word = ["href=", "href", "<a href="] #list of strings to search for in email body #connection to the email server mail = imaplib.IMAP4_SSL('imap.gmail.com') mail.login('xxxx