Kategorie:Roundcube/Plugin

Aus Foxwiki

Roundcube/Plugin

Beschreibung

Installation

# apt install roundcube-plugins roundcube-plugins-extra

Managing plugins via composer

Roundcube/Plugin/composer

Aktivierung

/var/lib/roundcube/config/config.inc.php

$config['plugins'] = array("plugin1", "plugin2", "plugin3", ...


To enable a plugin you have to include it in $config['plugins'] in such a way

$config['plugins'] = array(
        'password',
        'managesieve',
        'sauserprefs',
        'markasjunk',
        'contextmenu',
        'newmail_notifier',
        'zipdownload',
        'persistent_login',
        'enigma',
        'swipe'
 );

Übersicht

/var/lib/roundcube/plugins

Plugin Beschreibung
help
hide_blockquote
html5_notifier
http_authentication
identicon
identity_select
jqueryui
keyboard_shortcuts
krb_authentication
listcommands
managesieve which writes sieve scripts to filter the incoming mails (reject, move to specific folders etc.). Note that in order to use it you must have Dovecot managesieve enabled. It contains "Out of office" and "Forwarding".
markasjunk You can add the sender's email address to the blacklist, or run a command such as sa_learn. Requires sauprefs.
message_highlight
newmail_notifier can notify new mail focusing browser window and changing favicon, playing a sound and displaying desktop notification (using webkitNotifications feature).
new_user_dialog
new_user_identity
password change the user's password
redundant_attachments
sauserprefs SpamAssassin User Prefs SQL (sauserprefs), which writes the spamassassin user preferences in the DB. The user will be allowed to create a black/white list, to adjust the required_score and so on.
show_additional_headers
squirrelmail_usercopy
subscriptions_option
thunderbird_labels
userinfo
vcard_attachments
virtuser_file
virtuser_query
zipdownload which adds an option to download all attachments to a message in one zip file, when a message has multiple attachments.

Weitere Plugins

Plugin Beschreibung
MarkAsJunk Nachrichten in den Spam-Ordner verschieben
carddav Netzwerk-Adressbuch verwalten
Ispconfig3_Roundcube Einstellungen der Email-Konten bearbeiten. Sollte auf jedem ISPConfig-Server installiert sein.
Mobile Skin Handy-Ansicht für Roundcube
autologon Autologin from external Site e.g. (CMS, Portal ...)
logout redirect Modified version to only redirect to the homepage (depending on the domain part of the default identity)
rcguard This plugin logs failed login attempts and requires users to go through a reCAPTCHA verification process when the number of failed attempts go too high.
carddav CardDav client. You can sync your addressbook against a CardDav server like nextcloud or SoGO.
quickrules (abandoned project). Adds a button to the message list to allow the quick creation of rules in the SieveRules plugin. Information from selected emails is used to prefile the new rule form.
contextmenu Adds context menus to the message list, folder list and address book. Menu includes the abilities mark messages as read/unread, delete, reply and forward.
swipe adds left/right/down swipe actions to entries in the the message list on touch devices (tables/phones).
persistent_login "Keep me logged in" aka "Remember Me" functionality
enigma viewing and sending of signed and encrypted messages
rcguard logs failed login attempts and requires users to go through a reCAPTCHA
autologon auto login from an external page



Anhang

Siehe auch

Dokumentation

  • /usr/share/doc/roundcube-plugins
  • /usr/share/doc/roundcube-plugins-extra/

Links

Projekt
Weblinks
  1. https://roundcube.net/
  2. Roundcube Plugins Repository: plugins.roundcube.net
  3. https://notes.sagredo.eu/en/qmail-notes-185/roundcube-plugins-35.html

Other plugins

I leave here the documentation for plugins that I've used in the past or that it's not valid anymore for the current version of Roundcube, in case it can still be useful for someone or for myself in the future.

quickrules

Adds a button to the message list to allow the quick creation of rules in the SieveRules plugin. Information from selected emails is used to prefile the new rule form.

  • Version: 2.0
  • Requires: managesieve plugin
  • Plugin name: quickrules

This package is abandoned and no longer maintained. No replacement package was suggested. I leave this documentation here, to be used with 1.3 and earlier versions of Roundcube.

The plugin version from github doesn't work with 0.9.2. I managed to install the new skin inside the old 0.6 version of the plugin and now it works fine. You can download my modified version from here.

cd /var/www/roundcube/plugins
wget https://notes.sagredo.eu/files/qmail/tar/old-RC-plugins/quickrules.tar.gz
tar xzf quickrules.tar.gz
chown -R root.apache quickrules
chmod -R o-rx quickrules