Simple Mail Checker in Python

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

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
@jeffhatescarz
@jeffhatescarz Жыл бұрын
Clear and succinct. Thank you for taking the time to make this video!!!
@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.
@michaelhofmann8719
@michaelhofmann8719 2 жыл бұрын
Thanks! That Video was very helpful!
@webwarriorc4683
@webwarriorc4683 2 жыл бұрын
I really like your video, I have learn a lot from your video (Python Beginner)
@yohanesberhanu6026
@yohanesberhanu6026 4 ай бұрын
This is Awesome, Thank you!!!
@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
@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?
@oleksandr8607
@oleksandr8607 Жыл бұрын
Thank you a lot!
@austinhomolka
@austinhomolka 2 жыл бұрын
thanks!
@ayushmishra6077
@ayushmishra6077 2 жыл бұрын
I just noticed a thing that you use the good of both worlds Speed of vim and diversity of pycharm Nice
@abdulazeem1880
@abdulazeem1880 2 жыл бұрын
Will this have any impact on privacy with our mail account?
@pratikjain2690
@pratikjain2690 2 жыл бұрын
For Outlook mails how we can check
@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.
@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?
@pandipatipavan3804
@pandipatipavan3804 2 жыл бұрын
Wow awesome bro😍❤
@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?
@khalidhussainnasim210
@khalidhussainnasim210 Жыл бұрын
I have problem in msgnums(0). It shows TypeError: 'list' object is not callable.
@coxismail734t
@coxismail734t Жыл бұрын
Hi bro I want to log into outlook and leave an email in forwarding is it possible ???
@python.programmer5567
@python.programmer5567 Жыл бұрын
question, how do you extract the body?
@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.
@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 ?
@willwang6346
@willwang6346 Жыл бұрын
python: [Errno 10054] An existing connection was forcibly closed by the remote host not able to connect using IMAP4_SSL
@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?
@kanthaphongtachapong1535
@kanthaphongtachapong1535 2 жыл бұрын
does anyone know what program is he using for writing the script? Appreciate it
@niranjanj3597
@niranjanj3597 2 жыл бұрын
He is using Pycharm
@TheNazbul
@TheNazbul 2 жыл бұрын
this need less sequre app enable in google. which is not accesible now
@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!
@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.
@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
@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.
@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!
@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
@taominh
@taominh Жыл бұрын
it work yahoo huh?
@hamzarachid823
@hamzarachid823 Жыл бұрын
I would like to buy it for you
@baldoggie
@baldoggie Жыл бұрын
bro thinks he's Michael Mando 💀
@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
@VidAll173
@VidAll173 Жыл бұрын
@VidAll173
@VidAll173 Жыл бұрын
i think that your book's gooooooooot 2
@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.
@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?
@pogus3229
@pogus3229 2 жыл бұрын
first
@sanhill9409
@sanhill9409 8 ай бұрын
it doesn't work at all
@CanlDersler10SnfPrivate
@CanlDersler10SnfPrivate 2 жыл бұрын
Bandwidth Monitor in Python
8:35
NeuralNine
Рет қаралды 26 М.
Reading Emails in Python with IMAP Tools
11:07
Pretty Printed
Рет қаралды 2,1 М.
Jumping off balcony pulls her tooth! 🫣🦷
01:00
Justin Flom
Рет қаралды 29 МЛН
Secret Experiment Toothpaste Pt.4 😱 #shorts
00:35
Mr DegrEE
Рет қаралды 39 МЛН
路飞太过分了,自己游泳。#海贼王#路飞
00:28
路飞与唐舞桐
Рет қаралды 39 МЛН
Я обещал подарить ему самокат!
01:00
Vlad Samokatchik
Рет қаралды 9 МЛН
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 МЛН
New AI ROBOT with 3 Brains SHOCKED Experts!
9:16
AI Revolution
Рет қаралды 13 М.
AMT2 - Extracting Emails from your Gmail Inbox using python
16:02
DigitalSreeni
Рет қаралды 33 М.
Is Proton Mail Really Private, Secure, and Anonymous?
15:05
Mental Outlaw
Рет қаралды 272 М.
Mail Client with GUI in Python
37:21
NeuralNine
Рет қаралды 18 М.
The Algorithm Behind Spell Checkers
13:02
b001
Рет қаралды 410 М.
Mathematical Coding Challenges - Project Euler #1
1:00:32
NeuralNine
Рет қаралды 201
Simple Mail Client in Python
14:06
NeuralNine
Рет қаралды 49 М.
Как удвоить напряжение? #электроника #умножитель
1:00
Hi Dev! – Электроника
Рет қаралды 1,1 МЛН
Looks very comfortable. #leddisplay #ledscreen #ledwall #eagerled
0:19
LED Screen Factory-EagerLED
Рет қаралды 14 МЛН
Todos os modelos de smartphone
0:20
Spider Slack
Рет қаралды 66 МЛН