Simple Mail Checker in Python

  Рет қаралды 71,200

NeuralNine

NeuralNine

2 жыл бұрын

In this video, we learn how to build a simple IMAP mail checking tool in Python.
◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾◾
📚 Programming Books & Merch 📚
🐍 The Python Bible Book: www.neuralnine.com/books/
💻 The Algorithm Bible Book: www.neuralnine.com/books/
👕 Programming Merch: www.neuralnine.com/shop
🌐 Social Media & Contact 🌐
📱 Website: www.neuralnine.com/
📷 Instagram: / neuralnine
🐦 Twitter: / neuralnine
🤵 LinkedIn: / neuralnine
📁 GitHub: github.com/NeuralNine
🎙 Discord: / discord
🎵 Outro Music From: www.bensound.com/

Пікірлер: 57
@numberiforgot
@numberiforgot 2 жыл бұрын
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.
@Harambe_
@Harambe_ 5 ай бұрын
For real. University is incredibly overrated when you can learn so much from just doing it yourself (like the grey beards did back in the day). It almost seems like a scam to extract money from young people.
@jeffhatescarz
@jeffhatescarz Жыл бұрын
Clear and succinct. Thank you for taking the time to make this video!!!
@webwarriorc4683
@webwarriorc4683 2 жыл бұрын
I really like your video, I have learn a lot from your video (Python Beginner)
@michaelhofmann8719
@michaelhofmann8719 2 жыл бұрын
Thanks! That Video was very helpful!
@yohanesberhanu6026
@yohanesberhanu6026 4 ай бұрын
This is Awesome, Thank you!!!
@1UniverseGames
@1UniverseGames 2 жыл бұрын
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?
@joan.romero
@joan.romero Жыл бұрын
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
@oleksandr8607
@oleksandr8607 Жыл бұрын
Thank you a lot!
@ayushmishra6077
@ayushmishra6077 2 жыл бұрын
I just noticed a thing that you use the good of both worlds Speed of vim and diversity of pycharm Nice
@pratikjain2690
@pratikjain2690 2 жыл бұрын
For Outlook mails how we can check
@abdulazeem1880
@abdulazeem1880 2 жыл бұрын
Will this have any impact on privacy with our mail account?
@austinhomolka
@austinhomolka 2 жыл бұрын
thanks!
@ricodexr
@ricodexr 2 жыл бұрын
from May 30, 2022 Google not support Less secure app access , but works with other mails platforms , thank for Video 👍
@acegameboy6232
@acegameboy6232 Жыл бұрын
would you be able to show your code?
@dwightbenedict6975
@dwightbenedict6975 2 жыл бұрын
how can i parse multipart/alternative emails with this?
@hieuha6245
@hieuha6245 Жыл бұрын
how about outlook 365 email? Microsoft is about to turn off Basic Authentication for Imap, do you have an example for that?
@davidverheyen6635
@davidverheyen6635 Ай бұрын
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.
@coxismail734t
@coxismail734t Жыл бұрын
Hi bro I want to log into outlook and leave an email in forwarding is it possible ???
@pandipatipavan3804
@pandipatipavan3804 2 жыл бұрын
Wow awesome bro😍❤
@python.programmer5567
@python.programmer5567 Жыл бұрын
question, how do you extract the body?
@khalidhussainnasim210
@khalidhussainnasim210 Жыл бұрын
I have problem in msgnums(0). It shows TypeError: 'list' object is not callable.
@anjelas2708
@anjelas2708 2 жыл бұрын
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 ?
@Flufi_
@Flufi_ 2 ай бұрын
can you please tell me how to make it only read new emails
@RewStein4039
@RewStein4039 5 ай бұрын
How can i move the email to another label?
@SuperMilhauz
@SuperMilhauz 6 ай бұрын
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.
@kanthaphongtachapong1535
@kanthaphongtachapong1535 2 жыл бұрын
does anyone know what program is he using for writing the script? Appreciate it
@niranjanj3597
@niranjanj3597 2 жыл бұрын
He is using Pycharm
@willwang6346
@willwang6346 Жыл бұрын
python: [Errno 10054] An existing connection was forcibly closed by the remote host not able to connect using IMAP4_SSL
@dustincallico1794
@dustincallico1794 Жыл бұрын
What about if the imap server you are using uses OAUTH2 and you have to use import msal This is currently what im stuck on.
@alexanderfamilia3070
@alexanderfamilia3070 Ай бұрын
Google asked me for an app password as well, all you need to do is pass your email and app password (not your email password). Good luck!
@TheNazbul
@TheNazbul 2 жыл бұрын
this need less sequre app enable in google. which is not accesible now
@testertestyu3923
@testertestyu3923 2 жыл бұрын
For Gmail I had to go to my Goole Account, Security, and then enable Access from Less Secure apps
@reving4896
@reving4896 4 ай бұрын
How can i get code please?
@Kitty3505Channel
@Kitty3505Channel 10 ай бұрын
Mine shows the authentication error no matter what.
@JorgeEscobarMX
@JorgeEscobarMX Жыл бұрын
My guess is that gmail is harder to do since it must have restrictions to avoid automation.
@alexanderfamilia3070
@alexanderfamilia3070 Ай бұрын
Google asked me for an app password as well, all you need to do is pass your email and app password (not your email password). Good luck!
@yeetboiaug9615
@yeetboiaug9615 Жыл бұрын
I have a constant issue of login failed even though the credentials are completely accurate. Same error
@greeshmaaeligeti6179
@greeshmaaeligeti6179 10 ай бұрын
Did you overcome this issue bro.....?
@yeetboiaug9615
@yeetboiaug9615 10 ай бұрын
@@greeshmaaeligeti6179 nope
@davidandagnesmitchell1381
@davidandagnesmitchell1381 7 ай бұрын
yo
@hamzarachid823
@hamzarachid823 Жыл бұрын
I would like to buy it for you
@AyushBiswasGaming
@AyushBiswasGaming 7 ай бұрын
This is which app?
@I_WILL_SUB_BACK_IF_YOU_SUB
@I_WILL_SUB_BACK_IF_YOU_SUB 6 ай бұрын
this is python
@pandipatipavan3804
@pandipatipavan3804 2 жыл бұрын
Please share the code files or the links in the description bro. The Videos are really awesome and it's getting much useful for everyone.
@stevenwoods9403
@stevenwoods9403 2 жыл бұрын
@Pandipati Pavan: You learn better by following his instructional videos than if you were to merely copy and paste his code into your own projects. Trust me; I know.
@taominh
@taominh Жыл бұрын
it work yahoo huh?
@VidAll173
@VidAll173 Жыл бұрын
@VidAll173
@VidAll173 Жыл бұрын
i think that your book's gooooooooot 2
@baldoggie
@baldoggie Жыл бұрын
bro thinks he's Michael Mando 💀
@owenistheBOMB
@owenistheBOMB Жыл бұрын
Those of you trying to use this for Gmail should be aware that this tutorial will not work for you as gmail requires higher security than simple username and password for 3rd party apps.
@ayushmishra6077
@ayushmishra6077 2 жыл бұрын
Hello neuralnine i am having a video requestes which is that you make a video in which you tell how to install lsp for python in neovim on windows Thanks for reading IF you are reading and and pls reply in the comments are you using coc or lsp Thanks again
@mohamedhamdi366
@mohamedhamdi366 Жыл бұрын
Hi I m Mohamed. I want to ask you. I want to make 1000email in python. but I need the python make him for my.can I doing that?
@sanhill9409
@sanhill9409 8 ай бұрын
it doesn't work at all
@pogus3229
@pogus3229 2 жыл бұрын
first
@CanlDersler10SnfPrivate
@CanlDersler10SnfPrivate 2 жыл бұрын
Bandwidth Monitor in Python
8:35
NeuralNine
Рет қаралды 26 М.
Reading Emails in Python with IMAP Tools
11:07
Pretty Printed
Рет қаралды 2,1 М.
小宇宙竟然尿裤子!#小丑#家庭#搞笑
00:26
家庭搞笑日记
Рет қаралды 19 МЛН
НРАВИТСЯ ЭТОТ ФОРМАТ??
00:37
МЯТНАЯ ФАНТА
Рет қаралды 8 МЛН
How to Send Emails with Python [New Method 2023]
11:16
The PyCoach
Рет қаралды 184 М.
3 PYTHON AUTOMATION PROJECTS FOR BEGINNERS
17:00
Internet Made Coder
Рет қаралды 1,6 МЛН
Modern Graphical User Interfaces in Python
11:12
NeuralNine
Рет қаралды 1,5 МЛН
AMT2 - Extracting Emails from your Gmail Inbox using python
16:02
DigitalSreeni
Рет қаралды 33 М.
Create email and text message SMS alerts with Python!
9:49
ClarityCoders
Рет қаралды 150 М.
Professional Data Encryption in Python
11:12
NeuralNine
Рет қаралды 55 М.
The Most Advanced Humanoid Robot Ever Created (Stunning)
8:39
Matthew Berman
Рет қаралды 33 М.
30 Days of Python  - Day 9 - Send Email & Read Inbox - Python TUTORIAL
45:57
CodingEntrepreneurs
Рет қаралды 84 М.
Stop, Intel’s Already Dead! - AMD Ryzen 9600X & 9700X Review
13:47
Linus Tech Tips
Рет қаралды 1,1 МЛН
Мой новый мега монитор!🤯
1:00
Корнеич
Рет қаралды 4,2 МЛН
iPhone socket cleaning #Fixit
0:30
Tamar DB (mt)
Рет қаралды 19 МЛН
Ускоряем ваш TV🚀
0:44
ARTEM_CHIBA
Рет қаралды 539 М.
ноутбуки от 7.900 в тг laptopshoptop
0:14
Ноутбуковая лавка
Рет қаралды 3,6 МЛН