GithubHelp home page GithubHelp logo

unsubscribe's Introduction

About

This project uses the Gmail API to automatically unsubscribe from any emails that have the List-Unsusbscribe header.

This is the same thing Gmail uses when they prompt you if you'd like to unsubscribe to a single email, or use the unsubscribe button. Why they don't offer to automatically unsubscribe if they can detect this is probably because they dropped the motto "Don't be evil".

Gmail's API REQUIRES OAUTH, which means you need to run this from your laptop so it can open a browser window to authenticate. You might be able to run it from a headless server once you've authenticated but I haven't tried that yet.

Requirements

How do I run this?

dotnet run

If this code looks like "That's a pretty strange way to do this" I agree! This code is optimized around Gmail API call limits and not necessarily the best possible parallel execution.

Therefore, we group based on the sender of an email and only send 1 unsubscribe per sender, not per-email.

What does it do?

As written, this will find all of the messages that have the List-Unsubscribe header and then it will parse that header, following any links or sending unsubscribe emails to that sender.

It will do this only once per-sender, but it will then delete all the messages from that sender.

You can optionally include a folder/label and it will do the above for only that folder.

WHY IS THERE CODE???

Because I'm a smelly nerd

unsubscribe's People

Contributors

xatter avatar

Stargazers

Zachery avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.