Simple Mail Checker in Python

preview_player
Показать описание
In this video, we learn how to build a simple IMAP mail checking tool in Python.

◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚

🌐 Social Media & Contact 🌐

Рекомендации по теме
Комментарии
Автор

I’ve learned more about coding from your channel than I have from my own university. Honestly the way you demonstrate and explain as you go is easy to follow and understand.

numberiforgot
Автор

Clear and succinct. Thank you for taking the time to make this video!!!

jeffhatescarz
Автор

I really like your video, I have learn a lot from your video (Python Beginner)

webwarriorc
Автор

Hello, thanks for the video, it helped me to understand some things. I'm trying to classify emails by topics, and then do a sentiment analysis. I have figured out how to take the emails, and also the final part of the sentiment analysis, but I can't figure out how to categorize the emails by topic. Any ideas? I would really appreciate your answer. Thank you

joan.romero
Автор

Happy new year sir. I have a a question, how can I plug or Integrate a Pytorch based GNN models into Pyspark or Spark cluster?

UniverseGames
Автор

I just noticed a thing that you use the good of both worlds Speed of vim and diversity of pycharm Nice

ayushmishra
Автор

Will this have any impact on privacy with our mail account?

abdulazeem
Автор

how can i parse multipart/alternative emails with this?

dwightbenedict
Автор

how about outlook 365 email? Microsoft is about to turn off Basic Authentication for Imap, do you have an example for that?

hieuha
Автор

Thank you. Would it be trustworthy to build some kind of spamfilter with this? In most mail programs (but not all) a mail filter is integrated.. So I was thinking: maybe run a python script on a nas or raspberry pi that checks every 15 minutes for known (sometimes the sender, sometimes part of the subject) spam messages and delete them.

davidverheyen
Автор

from May 30, 2022 Google not support Less secure app access, but works with other mails platforms, thank for Video 👍

ricodexr
Автор

Hi bro I want to log into outlook and leave an email in forwarding is it possible ???

coxismailt
Автор

I have problem in msgnums(0).
It shows TypeError: 'list' object is not callable.

khalidhussainnasim
Автор

I used to save yahoo email subject, sender, date time etc.. but since a few weeks the latest email always has the same index that is 10000.. this breaks my script.. is there any solution to this ?

anjelas
Автор

Well, thanks for nice manual, but this is outdated. Google does not allow loging in using imap. I read that u can login using api.

SuperMilhauz
Автор

question, how do you extract the body?

python.programmer
Автор

python: [Errno 10054] An existing connection was forcibly closed by the remote host
not able to connect using IMAP4_SSL

willwang
Автор

How can i move the email to another label?

RewStein
Автор

can you please tell me how to make it only read new emails

Flufi_
Автор

does anyone know what program is he using for writing the script? Appreciate it

kanthaphongtachapong