moose-kazan/email_user_notes

Roundcube plugin: allow write note about your correspondents

Installs: 15

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:roundcube-plugin

pkg:composer/moose-kazan/email_user_notes

v1.0.3 2024-06-19 13:03 UTC

This package is auto-updated.

Last update: 2025-12-19 16:17:40 UTC


README

This plugin allows you to add/show notes about sender(in INBOX)/recipient(in OUTBOX) of your emails.

Installation

To install, get the plugin with composer in your roundcube directory:

composer require moose-kazan/email_user_notes

In config.inc.php, register the plugin with

$config['plugins'] = [
    'email_user_notes',
];

And allow full emails:

$config['message_show_email'] = true;

Screenshots

Screenshot

License

Permissively licensed under the MIT license

Based on https://github.com/prefo-pl/roundcube-plugin-email-notes