moose-kazan / email_user_notes
Roundcube plugin: allow write note about your correspondents
Package info
github.com/moose-kazan/roundcube-plugin-email-user-notes
Type:roundcube-plugin
pkg:composer/moose-kazan/email_user_notes
v1.0.3
2024-06-19 13:03 UTC
Requires
- roundcube/plugin-installer: >=0.1.6
This package is auto-updated.
Last update: 2026-03-19 17:03:36 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
License
Permissively licensed under the MIT license
Based on https://github.com/prefo-pl/roundcube-plugin-email-notes
