-
Notifications
You must be signed in to change notification settings - Fork 1.6k
Plugins
Jake Shaffer edited this page Dec 20, 2018
·
8 revisions
Roundcube Mail comes with many useful plugins, which extend its functionality. There are also many third-party plugins, which can be found at Roundcube Plugins.
Below is a table of the names and descriptions of the default plugins, which can be found here.
Name | Description |
---|---|
acl | Allows mailbox access control lists to be managed |
additional_message_headers | Adds additional or removes headers from outgoing mail |
archive | Adds a button that lets a user move mail to a specified archive folder |
attachment_reminder | Reminds a user to attach files to their email |
autologon | Performs an automatic login if accessed from localhost
|
database_attachments | Provides database-backed storage for temporary attachment handling |
debug_logger | Enhances logging for debugging purposes |
emoticons | Replaces emoticons in plain-text messages with real icons |
enigma | Adds support for viewing and sending PGP signed/encrypted mail |
example_addressbook | Sample plugin that implements a hard-coded list of contacts |
filesystem_attachments | Adds basic, filesystem-based temporary attachment handling |
help | |
hide_blockquote | |
http_authentication | |
identicon | |
identity_select | |
jqueryui | |
krb_authentication | |
managesieve | |
markasjunk | |
new_user_dialog | |
new_user_identity | |
newmail_notifier | |
password | |
redundant_attachments | |
show_additional_headers | |
squirrelmail_usercopy | |
subscriptions_option | |
userinfo | |
vcard_attachments | |
virtuser_file | |
virtuser_query | |
zipdownload |
To learn more about developing plugins for Roundcube, see Plugin API.