kinoras / rcplus
Roundcube Gravatar integration & spam mail warning
Installs: 80
Dependents: 0
Suggesters: 0
Security: 0
Stars: 0
Watchers: 0
Forks: 12
Type:roundcube-plugin
Requires
- roundcube/plugin-installer: >=0.1.6
This package is auto-updated.
Last update: 2025-03-04 23:12:29 UTC
README
Gravatar integration in Roundcube message list, and banner warnings for spam, inflected or tampered messages.
📸 Screenshots
🚀 Features
Avatars
- Display the sender's Gravatar
- If the sender doesn't have one, use the first letter in the name and the MD5 colour of the address.
- For mails in the Junk box, display an exclamation mark on a red background.
Scan result banner
- Display a green bar if the message is unlikely a spam and the attachments contain no virus.active
- Otherwise, display a red bar to notify users.
- Scaning is done by the MTA, and the report is shown above the mail body.
Warning message triggers
- The mail is probably or potentially a spam
- The mail attaches files that contain virus
- The mail fail the DKIM check
- The mail is manually moved to the Junk folder by the user
🛠 Setup
To install, get the plugin with composer in your Roundcube directory
composer require kinoras/rcplus
📝 License
Permissively licensed under the MIT license.
Special thanks to Varun Patil for creating the foundation of this project.