PHPackages                             radialapps/banner-warn - PHPackages - PHPackages  [Skip to content](#main-content)[PHPackages](/)[Directory](/)[Categories](/categories)[Trending](/trending)[Leaderboard](/leaderboard)[Changelog](/changelog)[Analyze](/analyze)[Collections](/collections)[Log in](/login)[Sign up](/register)

1. [Directory](/)
2. /
3. [Utility &amp; Helpers](/categories/utility)
4. /
5. radialapps/banner-warn

ActiveRoundcube-plugin[Utility &amp; Helpers](/categories/utility)

radialapps/banner-warn
======================

Show avatars in roundcube message list with warnings

1.2.10(1y ago)131.0k13[2 PRs](https://github.com/pulsejet/banner-warn/pulls)MITPHP

Since Apr 22Pushed 1y ago1 watchersCompare

[ Source](https://github.com/pulsejet/banner-warn)[ Packagist](https://packagist.org/packages/radialapps/banner-warn)[ RSS](/packages/radialapps-banner-warn/feed)WikiDiscussions master Synced 1mo ago

READMEChangelogDependencies (1)Versions (22)Used By (0)

Roundcube Banner Warn
=====================

[](#roundcube-banner-warn)

Displays avatars in roundcube message list and banner warnings under some contexts.

Screenshots
-----------

[](#screenshots)

The plugin adds avatars to the message list that display the user's contact photo or a colored first letter, and warns the user for various contexts.
[![Avatars](screenshots/avatars1.png)](screenshots/avatars1.png)

On multiselecting emails (which can be done by clicking the avatar), the avatars animate similar to the Gmail app
[![Avatars](screenshots/avatars2.png)](screenshots/avatars2.png)

### Banner Warnings

[](#banner-warnings)

Warnings are displayed similar to Outlook
[![Outlook](screenshots/outlook.png)](screenshots/outlook.png)

**With this plugin**
[![External Email](screenshots/external.png)](screenshots/external.png)[![Spam Email](screenshots/spam.png)](screenshots/spam.png)[![SPF failing Email](screenshots/spffail.png)](screenshots/spffail.png)

Types of warnings
-----------------

[](#types-of-warnings)

- Email originating from outside your organization
- Marked as spam in X-Spam-Status
- Failing Received-SPF

Name of this plugin
-------------------

[](#name-of-this-plugin)

This plugin is named as such for historical reasons. The chief functionality currently is showing avatars beside the message list, and banner warnings are displayed for individual emails as well.

Installation
------------

[](#installation)

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

```
composer require radialapps/banner-warn

```

*NOTE:* Answer `N` when composer ask you about plugin activation.

Activate the plugin by editing the `HOME_RC/config/config.inc.php` file:

```
$config['plugins'] = [
  // ... other plugins
  'banner_warn',
];
```

Configuration
-------------

[](#configuration)

Optionally, you can now configure the plugin by editing the `HOME_RC/plugins/banner_warn/config.inc.php` file:

```
