A simple Python script that requires a one-time run to delete emails from a particular sender before a particular date. It uses the Python IMAP client (imaplib) to connect to the mailbox and get the emails.
- Python
- Python IMAP client
- Could implement spam classification algorithm using machine learning that studies a mailbox's senders and classifies certain senders as spam
- Use Python web drivers like Selenium to log into email and set auto-filters