/Email-Verifier

This script searches through your email inbox for emails from a specific sender and opens the verification links within the email. This is intended for verifying raffle-entry emails.

Primary LanguagePython

Email-Verifier

This script searches through your email inbox for emails from a specific sender and opens the verification links within the email. This is intended for verifying raffle-entry emails.

Run newgmail.py for functioning script.

  • newgmail.py: uses imaplib library
  • gmail.py: uses poplib library
  • testgmail.py: uses imaplib with HTML parser

Helpful Links: