Releases: foundata/roundcube-plugin-identity-from-directory
Releases · foundata/roundcube-plugin-identity-from-directory
v2.2.1
v2.2.0
Changed
- Renamed the debug log from
identity_from_directory_ldap
toidentity_from_directory
. It was for LDAP results when development started but contains additional log data nowdays. - General code cleanup (e7142af)
Fixed
- Correct handling of addresses with IDN domains and comparisons if capitalization of the same email addresses is not consistent. (#8)
v2.1.0
v2.0.1
See CHANGELOG.md
for more information about this release.
v2.0.0
Major version number raised as config file has to be adapted on existing installations (see "Changed")
Added
- New option
$config['identity_from_directory_exclude_alias_regex']
to exclude propably unwanted identities for email alias addresses. (#6)
Changed
- ⚠ Admins have to take action / adapt config file: Renamed several config values for better readability:
$config['identity_from_directory_deleteunmanaged']
->$config['identity_from_directory_delete_unmanaged']
.$config['identity_from_directory_fallbackvalues']
->$config['identity_from_directory_fallback_values']
.$config['identity_from_directory_htmlsignature']
->$config['identity_from_directory_use_html_signature']
.$config['identity_from_directory_updatesignatures']
->$config['identity_from_directory_update_signatures']
.$config['identity_from_directory_washhtmlsignature']
->$config['identity_from_directory_wash_html_signature']
.
config.inc.php.dist
(the plugin's distribution config file) will be loaded and then merged with local configuration file, which can overwrite any settings. This will make it easier to introduce new config values in the future.
Fixed
- The main email address from field mapping was used for
%email%
,%email_url%
and%email_html%
for every signature template, even for email alias addresses and their corresponding signatures. (#5)
v1.1.1
v1.1.0
- New option
$config['identity_from_directory_deleteunmanaged']
to delete propably unwanted identities automatically. - Renamed
$config['identity_from_directory_handlesignatures']
to$config['identity_from_directory_updatesignatures']
.
v1.0.0
Initial release of the plugin.