moose-kazan/email_user_notes

Roundcube plugin: allow write note about your correspondents

v1.0.1 2024-04-17 12:07 UTC

This package is auto-updated.

Last update: 2024-05-17 12:17:55 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