Michael Lohrblog.lohr.dev·Dec 22, 2024Talking To Your Mailserver Is Not as Hard as You Think!The technology behind E-Mails (or ‘emails‘) always interested me. This is because in some sense it was way ahead of its time by being a decentralized communication system. Unlike WhatsApp, Telegram or other messenger services, where the service provi...111 readsemail
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Sep 23, 2024Automating Office Tasks (Excel, PDFs, Emails) Using Python: A Comprehensive GuideAutomating office tasks is becoming increasingly important for businesses looking to improve efficiency and productivity. Python, with its versatile libraries and ease of use, is one of the most powerful tools for automating routine tasks. This exten...10 likes·122 readsPythonoffice task
Ass of Arabiakittenium.hashnode.dev·Apr 5, 2024SMTP Cracking and Credential Stuffing using PythonGreer Whitley - 04/05/2024 Introduction In this article, we will explore the process of SMTP (Simple Mail Transfer Protocol) cracking and credential stuffing using Python. While these topics are often associated with malicious activities, it is esse...36 readssmtp
ByteScrum TechnologiesforByteScrum Technologiesblog.bytescrum.com·Apr 3, 2024How to Get and Send Email in Python Using IMAP and SMTPIn this tutorial, we will explore how to use Python to interact with email servers using the IMAP (Internet Message Access Protocol) and SMTP (Simple Mail Transfer Protocol) protocols. We'll cover how to retrieve emails from an inbox and send emails ...102 likes·1.8K readsPythonIMAP
Jay Tillujaytillu.com·Mar 15, 2024What is the WEP Protocol in Networking?The Wired Equivalent Privacy Protocol, often abbreviated as WEP, was an early attempt to secure wireless network communication. It was introduced as part of the original IEEE 802.11 wireless networking standard, which is commonly known as Wi-Fi. Desi...CybersecurityWEP
Jay Tillujaytillu.com·Mar 15, 2024Difference between POP, IMAP and SMTPEver wondered how your email magically appears on your phone, computer, or tablet? The answer lies in a trio of hardworking protocols: POP (Post Office Protocol), IMAP (Internet Message Access Protocol), and SMTP (Simple Mail Transfer Protocol). Each...Cybersecurity#cybersecurity
Sayad Ahmed Shaurovsayad.hashnode.dev·Aug 21, 2023Read emails from the mail server using IMAPWhat is IMAP IMAP stands for Internet Message Access Protocol. It's a protocol used for retrieving and managing email messages stored on a mail server. IMAP is designed to allow users to access their email messages from multiple devices while keeping...553 readsemail
Sayad Ahmed Shaurovsayad.hashnode.dev·Aug 21, 2023Send and reply to an email using SMTPWhat is SMTP SMTP stands for Simple Mail Transfer Protocol. It's a protocol used for sending and forwarding email messages over the Internet. SMTP is the standard protocol that email clients (like Outlook, Gmail, Thunderbird) and email servers (like ...email