All Projects → mike-kfed → Roundcube Thunderbird_labels

mike-kfed / Roundcube Thunderbird_labels

Licence: other
Thunderbird Labels Plugin for Roundcube Webmail

Labels

Projects that are alternatives of or similar to Roundcube Thunderbird labels

Emby.plugins.javscraper
Emby/Jellyfin 的一个日本电影刮削器插件,可以从某些网站抓取影片信息。
Stars: ✭ 864 (+2985.71%)
Mutual labels:  plugin
Kickgdpr
Joomla Sytem Plugin for GDPR Google Analytics and Cookie
Stars: ✭ 15 (-46.43%)
Mutual labels:  plugin
Pmpro Addon Packages
Charge for access to specific pages or other post types in WordPress. Requires the Paid Memberships Pro plugin.
Stars: ✭ 20 (-28.57%)
Mutual labels:  plugin
Remember Last Position Totem Plugin
Totem video player plugin that restores position in the last played file
Stars: ✭ 13 (-53.57%)
Mutual labels:  plugin
Vimnavigation
Vim style keyboard navigation.
Stars: ✭ 14 (-50%)
Mutual labels:  plugin
Craft3 Iconpicker
Craft plugin that provides a new field type that offers end users an easy way to pick an icon from a .woff or .ttf font file. You can easily use ionicons or font awesome icons or any other compatible font file.
Stars: ✭ 15 (-46.43%)
Mutual labels:  plugin
Moodle Local datacleaner
Reduce, filter, and anonymize moodle data for non-prod environments
Stars: ✭ 12 (-57.14%)
Mutual labels:  plugin
Vue Lazy Component
🐌 Vue.js 2.x 组件级懒加载方案-Vue.js 2.x component level lazy loading solution
Stars: ✭ 915 (+3167.86%)
Mutual labels:  plugin
Interfacetable v3t
interfacetable_v3t (formerly check_interface_table_v3t)
Stars: ✭ 14 (-50%)
Mutual labels:  plugin
Mysimbl
📦 Plugin manager for macOS
Stars: ✭ 909 (+3146.43%)
Mutual labels:  plugin
Lein Fore Prob
A leiningen plugin to make a local copy of a problem from 4clojure
Stars: ✭ 13 (-53.57%)
Mutual labels:  plugin
Openiterm2
Opening iTerm2 in the current directory.
Stars: ✭ 14 (-50%)
Mutual labels:  plugin
Hammerspoon Alttab
Stars: ✭ 15 (-46.43%)
Mutual labels:  plugin
Awesome Musicdsp
A curated list of my favourite music DSP and audio programming resources
Stars: ✭ 871 (+3010.71%)
Mutual labels:  plugin
Transport Pipes
Buildcraft without mods!
Stars: ✭ 21 (-25%)
Mutual labels:  plugin
Metrica Plugin Xamarin
Xamarin plugin for Yandex AppMetrica SDK
Stars: ✭ 12 (-57.14%)
Mutual labels:  plugin
Hyper Match
HyperTerm extension which matches regular expressions with predefined commands
Stars: ✭ 15 (-46.43%)
Mutual labels:  plugin
Eslint Plugin Security Node
ESLint security plugin for Node.js
Stars: ✭ 28 (+0%)
Mutual labels:  plugin
Ts Protoc Gen
Protocol Buffers Compiler (protoc) plugin for TypeScript and gRPC-Web.
Stars: ✭ 913 (+3160.71%)
Mutual labels:  plugin
Codeception Mailtrap
Codeception module to test email using Mailtrap.io
Stars: ✭ 15 (-46.43%)
Mutual labels:  plugin

Thunderbird Labels Plugin for Roundcube Webmail

Features

  • Displays the message rows using the same colors as Thunderbird does
  • Label of a message can be changed/set exactly like in Thunderbird
  • Keyboard shortcuts on keys 0-5 work like in Thunderbird
  • Integrates into contextmenu plugin when available
  • Works for skins classic, larry and elastic
  • currently available translations:
    • English
    • French (Français)
    • German (Deutsch)
    • Polish (Polski)
    • Russian (Русский)
    • Hungarian (Magyar)
    • Czech (Česky)
    • Bulgarian (български език)
    • Catalan (català)
    • Latvian (latviešu)
    • Italian (italiano)
    • Spanish (español)
    • Slovak (Slovenčina)
    • Ukranian (українська)
    • Brazilian Portuguese (português do Brasil)
    • Portuguese (português)
    • Dutch (Nederlands)
    • Greek (ελληνικά)
    • Japanese (日本語)
  • screenshot

INSTALL

manual:

  1. unpack to plugins directory
  2. add , 'thunderbird_labels' to $rcmail_config['plugins'] in roundcubes config/config.inc.php
  3. rename config.inc.php.dist to config.inc.php
  4. if you run a custom skin, e.g. silver then you should also symlink or copy the skins folder of the plugin to the corresponding skins name, for the example given: ln -s plugins/thunderbird_labels/skins/larry plugins/thunderbird_labels/skins/silver

composer:

  1. go to your roundcube root dir, setup composer.json and run composer require weird-birds/thunderbird_labels

CONFIGURE

See config.inc.php

  • tb_label_enable = true/false (can be changed by user in prefs UI)
  • tb_label_modify_labels = true/false
  • tb_label_enable_contextmenu = true/false
  • tb_label_enable_shortcuts = true/false (can be changed by user in prefs UI)
  • tb_label_style = 'bullets' or 'thunderbird'

Author

Michael Kefeder https://github.com/mike-kfed/roundcube-thunderbird_labels

History

This plugin is based on a patch I found for roundcube 0.3 a long time ago.

Since roundcube is now able to handle the labels without modification of its source I decided to create a plugin.

There exists a "Tags plugin for RoundCube" http://sourceforge.net/projects/tagspluginrc/ which does something similar, my plugin emulates thunderbirds behaviour better I think (coloring the message rows for example)

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].