Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/20tab/imap_highlight
A Roundcube plugin to highlight messages based on imap flags.
https://github.com/20tab/imap_highlight
Last synced: 21 days ago
JSON representation
A Roundcube plugin to highlight messages based on imap flags.
- Host: GitHub
- URL: https://github.com/20tab/imap_highlight
- Owner: 20tab
- License: mit
- Created: 2014-09-16T13:15:00.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2014-09-16T13:38:38.000Z (over 10 years ago)
- Last Synced: 2024-10-15T23:48:37.261Z (2 months ago)
- Language: PHP
- Size: 133 KB
- Stars: 2
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
imap_highlight
==============A Roundcube plugin to highlight messages based on imap flags.
## 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(
'imap_highlight',
...
);```
## Configuration
Here it comes the magic ! It's all fully automatic!
## How it works
When a message arrives the plugin checks for imap flags that are in a hexadecimal format ( ex: #fff000, #000000 ) and it automatically highlights the message with the colour specified in the imap flag.
The only thing that is left up to you is to assign imap flags to messages in the correct format ( Hex ).
## Suggestions
If you are searching for an easy way to add imap flags to messages, and other cool stuff, take a look to this other plugin
https://github.com/20tab/raw_managesieve