PHPackages                             codeshelldev/quickidentity - 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. codeshelldev/quickidentity

ActiveRoundcube-plugin

codeshelldev/quickidentity
==========================

Quickly create Roundcube identities from the compose window

v1.0.0(today)02↑2900%MITJavaScriptCI passing

Since Aug 14Pushed todayCompare

[ Source](https://github.com/CodeShellDev/quickidentity)[ Packagist](https://packagist.org/packages/codeshelldev/quickidentity)[ RSS](/packages/codeshelldev-quickidentity/feed)WikiDiscussions main Synced today

READMEChangelog (1)Dependencies (1)Versions (3)Used By (0)

QuickIdentity
=============

[](#quickidentity)

Quickly create additional identities in Roundcube from the compose window.

QuickIdentity adds a small + button next to the *From* field when composing a message. Enter an email address and the plugin creates a Roundcube identity for it automatically.

Features
--------

[](#features)

- Create a Roundcube identity directly from the compose window
- Automatically derive a display name from the email address
- Works with Roundcube's standard identity system

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

[](#screenshots)

[![Compose Window](https://raw.githubusercontent.com/CodeShellDev/quickidentity/refs/heads/main/screenshots/compose.webp)](https://raw.githubusercontent.com/CodeShellDev/quickidentity/refs/heads/main/screenshots/compose.webp)

[![Creating a Identity](https://raw.githubusercontent.com/CodeShellDev/quickidentity/refs/heads/main/screenshots/create.webp)](https://raw.githubusercontent.com/CodeShellDev/quickidentity/refs/heads/main/screenshots/create.webp)

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

[](#installation)

### Composer

[](#composer)

Install the plugin with Composer:

```
composer require codeshelldev/quickidentity
```

Then enable it in Roundcube's `config/config.inc.php`:

```
$config["plugins"] = [
  // ...
  "quickidentity"
]
```

### Manual

[](#manual)

Clone or download the plugin into the Roundcube plugins directory:

```
cd /path/to/roundcube/plugins
```

```
git clone https://github.com/codeshelldev/quickidentity quickidentity
```

Then enable it:

```
$config["plugins"] = [
  // ...
  "quickidentity"
]
```

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

[](#configuration)

Copy the template below:

```
