+ 2
Detect Emails
I need to detect an email with a specific source, subject, and body.
6 Answers
+ 5
It's not that simple, everything depends on your inbox settings. Check out the general idea:
https://stackoverflow.com/questions/1225586/checking-email-with-JUMP_LINK__&&__python__&&__JUMP_LINK
+ 6
Can you elaborate a bit more? You mean find an email header in a text?
+ 5
Aha, so an alerting system? You have to have your inbox provider supporting API to be addressed by Python script somehow, first. Otherwise, it might not be secure enough...
+ 1
I mean that if I recieve a new email of a specific person, subject, and body, it will print simething ( all in python )
+ 1
yes, and it is, so do you know the code for such a system ?
+ 1
thanks