Skip to content

A simple Python script to delete unseen emails from a particular user before a particular date.

Notifications You must be signed in to change notification settings

pk1130/GmailCleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

GmailCleanup

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.

Tech-Stack:

  • Python
  • Python IMAP client

To-do/Future Dev:

  • 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

About

A simple Python script to delete unseen emails from a particular user before a particular date.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages