Detect Emails | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Detect Emails

I need to detect an email with a specific source, subject, and body.

7th Aug 2018, 7:12 PM
Carson
Carson - avatar
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
7th Aug 2018, 8:43 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 6
Can you elaborate a bit more? You mean find an email header in a text?
7th Aug 2018, 7:42 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 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...
7th Aug 2018, 8:25 PM
Kuba SiekierzyƄski
Kuba SiekierzyƄski - avatar
+ 1
I mean that if I recieve a new email of a specific person, subject, and body, it will print simething ( all in python )
7th Aug 2018, 8:19 PM
Carson
Carson - avatar
+ 1
yes, and it is, so do you know the code for such a system ?
7th Aug 2018, 8:27 PM
Carson
Carson - avatar
+ 1
thanks
7th Aug 2018, 8:45 PM
Carson
Carson - avatar