Go to file
Steven Sullivan e50726b58a
Updated
2023-11-29 12:08:46 -05:00
localization added Russian localization 2021-07-12 18:01:36 +07:00
composer.json Initial Commit 2018-02-12 11:23:51 -05:00
easy_unsubscribe.css tooltip fix 2018-10-02 08:44:00 -04:00
easy_unsubscribe.php added localization support 2021-07-12 17:53:49 +07:00
icon.png Initial Commit 2018-02-12 11:23:51 -05:00
LICENSE Initial Commit 2018-02-12 11:23:51 -05:00
README.md Updated 2023-11-29 12:08:46 -05:00

Roundcube Easy Unsubscribe

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

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