Roundcube Community Forum

Release Support => Pending Issues => Topic started by: V5C on November 25, 2010, 05:47:56 AM

Title: Detecting identities
Post by: V5C on November 25, 2010, 05:47:56 AM
Hello

I was wondering if anyone could tell me if the following is possible.

We currently have roundcube configured with identities_level = 3 (one identiy, editable except for email address).

Some users have Aliases for their email address set up.  Is there any way that we can get roundcube to pick up on this an add an additional identity for this alias address?

Thanks in advance.
Title: Detecting identities
Post by: rosali on November 29, 2010, 01:37:15 AM
Check my 'checked_identities' plugin. There is some code inside which will lead you in the right direction to code your own plugin for this purpose.

myroundcube - Project Hosting on Google Code (http://myroundcube.googlecode.com)
Title: Detecting identities
Post by: V5C on December 09, 2010, 11:06:03 AM
Thanks rosali, will take a look.