Go to file
2024-11-11 12:36:49 +02:00
localization Commit 2024-11-07 11:31:12 +02:00
.gitignore Commit 2024-11-07 11:31:12 +02:00
composer.json Commit 2024-11-07 11:31:12 +02:00
easy_unsubscribe.css Commit 2024-11-07 11:31:12 +02:00
easy_unsubscribe.js Updated 2023 2023-11-29 12:41:51 -05:00
easy_unsubscribe.php Update easy_unsubscribe.php 2024-11-11 12:35:47 +02:00
icon-showcase.png Upload files to "/" 2024-11-11 12:36:49 +02:00
icon.png Commit 2024-11-07 11:31:12 +02:00
LICENSE Initial Commit 2018-02-12 11:23:51 -05:00
README.md For 2023 2023-11-29 12:44:05 -05:00

Roundcube Easy Unsubscribe

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'
);