Skip to content

Roundcube plugin to add an option to remove attachments from a message.

Notifications You must be signed in to change notification settings

balping/roundcube-removeattachments

 
 

Repository files navigation

Roundcube plugin remove-attachments

Roundcube plugin to add an option to remove one or all attachments from a message. The original code is from Philip Weir.

Stable versions of this plugin are available from the Roundcube plugin repository or the releases section of the GitHub repository.

Requirements

None.

Installation

Installation with composer

Add the plugin to your composer.json file:

"require": {
    (...)
    "dsoares/removeattachments": "*"
}

And run $ composer update [--your-options].

Manual Installation

  1. Place this folder under your Rouncdube plugins/ folder. The folder's name must be removeattachments.
  2. Enable the removeattachments plugin within the main Roundcube configuration file config/config.inc.php.

License

This plugin is released under the GNU General Public License Version 3+.

Contact

Comments and suggestions are welcome!

Email: Diana Soares

About

Roundcube plugin to add an option to remove attachments from a message.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • PHP 88.8%
  • JavaScript 10.7%
  • CSS 0.5%