About 6,750,000 results
Open links in new tab
  1. Python - Write a program to read your name, contact number, email

    Jan 2, 2023 · Write a program to read your name, contact number, email, and birthdate and print those details on the screen. 4330701

  2. How to Read Emails in Python

    Learn how you can use IMAP protocol to extract, parse and read emails from outlook, aol, office 365 and other email providers as well as downloading attachments using imaplib module in …

  3. Extracting email addresses using regular expressions in Python

    Dec 29, 2020 · # Python program to extract emails From # the String By Regular Expression. # Importing module required for regular # expressions import re # Example string s = """Hello …

  4. email: Examples — Python 3.13.3 documentation

    3 days ago · Here are a few examples of how to use the email package to read, write, and send simple email messages, as well as more complex MIME messages. First, let’s see how to …

  5. How to read email content in Python 3 - Stack Overflow

    Aug 1, 2017 · import imaplib import base64 email_user = input('Email: ') email_pass = input('Password: ') M = imaplib.IMAP4_SSL('imap-mail.outlook.com', 993) M.login(email_user, …

  6. Python Program for User Details Input and Display - cmrtpoint

    Learn how to create a Python program to read and display user details like name, address, email, and phone number with simple input handling

  7. How to Read Emails in Python? [A Step-by-Step Guide]

    Feb 11, 2025 · You need imaplib and email modules to read emails in Python. This Python tutorial will help you find an instant solution to read emails in Python.

  8. Python Exercises: Extract the name from an Email address

    Apr 19, 2025 · Write a Python program to extract the username from an email address by splitting at the '@' symbol. Write a Python program to remove dots and other non-alphanumeric …

  9. Python: Extracting Emails from a Text File (with Different Methods)

    Nov 9, 2023 · In this article, we'll explore various methods to extract emails from a text file using Python. We'll provide you with code examples for each method and their corresponding output.

  10. How to Make an Email Extractor in Python? - GeeksforGeeks

    Mar 21, 2024 · In this article, we are going to see how to send automated email messages which involve delivering text messages, essential photos, and important files, among other things. in …

  11. Some results have been removed
Refresh