![]() |
VOOZH | about |
Python is a widely used high-level, general-purpose, interpreted, multi-utility, dynamic programming language. It can be used to do a wide range of tasks like machine learning, web application development, cross-platform GUI development, and much more. Fetching Gmail is another of a task that could be achieved by Python. You may need to fetch a mail from your inbox in your project or website for any reason. In this tutorial, we'll learn about how to fetch unseen emails from Gmail Inbox/Sent Mails.
To begin, we will be required an app password that is generated by Google Security, since using Password cannot be secure using in some projects or scripts directly.
You'll also need to Enable IMAP in the Google Settings.
The Library you'll use are :
That's all for the prerequisite. Let's see the code now.
Output: This code will fetch you the top 20 unseen emails in the inbox.
👁 gmail draft unseen message-2