Skip to content

weineran/gmail-cleanup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gmail-cleanup

CLI tool for deleting attachments from gmail messages

Quickstart

  • Create GCP OAuth client ID credentials following these instructions: Create OAuth client ID credentials
  • Download the credentials as credentials.json to the repo directory.
  • Install depedencies:
go get google.golang.org/api/gmail/v1
go get golang.org/x/oauth2/google
  • Give it a go :p
go run remove-attachments.go 'size:10000000'

About

CLI tool for deleting attachments from gmail messages

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages