|
|
|
|
|
by hansoolo
764 days ago
|
|
>Yes, Gmail has the unsubscribe functionality. Unfortunately, you cannot mass unsubscribe. If you have over 100 unwanted subscriptions you would have to unsubscribe from each one at a time. That is a valuable info. Thank you! >The alternative approach is to parse the content of the email and use regex to get the unsubscribe link using the likely words. e.g links with words like: unsubscribe, opt-out etc.. That's how I started to implement it. But then again you will need to go through every unsubscribing process manually... Best of luck with your extension! |
|