ss88/easy_unsubscribe

Displays a small icon after the subject line when viewing an email, so you can very quickly unsubscribe.

Installs: 21

Dependents: 0

Suggesters: 0

Security: 0

Stars: 14

Watchers: 3

Forks: 10

Open Issues: 1

Type:roundcube-plugin

pkg:composer/ss88/easy_unsubscribe

dev-master 2025-06-02 01:19 UTC

This package is auto-updated.

Last update: 2025-10-02 02:14:33 UTC


README

Displays a small icon after the subject line when viewing an email, so you can very quickly unsubscribe. Multiple icons may show as the plugin is reliant upon the List-Unsubscribe header. Sometimes emails use multiple i.e. one mailto: and one URL.

Demo Visual

Demo SS

Deployment

Download a copy of this repo and upload the contents to:

/path/to/roundcube/plugins/easy_unsubscribe

Edit your /path/to/roundcube/config/config.inc.php file and add easy_unsubscribe to the $config['plugins'] variable. It should look something like the following:

$config['plugins'] = array(
    'password',
    'easy_unsubscribe'
);