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.
- Host: GitHub
- URL: https://github.com/20tab/raw_managesieve
- Owner: 20tab
- License: mit
- Created: 2014-09-16T12:34:25.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-09-19T07:44:49.000Z (over 11 years ago)
- Last Synced: 2025-04-13T16:12:45.066Z (about 1 year ago)
- Language: PHP
- Size: 262 KB
- Stars: 6
- Watchers: 5
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 )

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