An open API service indexing awesome lists of open source software.

https://github.com/20tab/raw_managesieve

A Roundcube plugin to add raw sieve filters.
https://github.com/20tab/raw_managesieve

Last synced: 11 months ago
JSON representation

A Roundcube plugin to add raw sieve filters.

Awesome Lists containing this project

README

          

raw_managesieve
=========================

A Roundcube plugin to add raw sieve filters.

## Installation

Clone the entire plugin into the your-roundcube-installation-folder/plugins

Then edit your roundcube config file and activate the plugin:

```php

$config['plugins'] = array(
'raw_managesieve',
...
);

```

## Configuration

Edit the raw_managesieve config.inc.php file in the plugins/raw_managesieve directory
and fill in the informations about your sieve server.

## Example usage

In this example we have a script that provides imap flags for messages that satisfy certain rules.
( You can integrate this functionality with those of this other plugin https://github.com/20tab/imap_highlight )

![ScreenShot](https://raw.githubusercontent.com/20tab/raw_managesieve/master/screenshot.png)

As you can see you can add/delete/modify as many scripts you want and for each one you can choose if you want it to be activated or deactivated. Remeber that in sieve only one script at a time can be active on the server