Skip to content

Releases: foundata/roundcube-plugin-identity-from-directory

v2.2.1

13 May 23:35
Compare
Choose a tag to compare

Changed

  • Better inline documentation. (35e9f57)
  • Code improvements (no functional changes).

v2.2.0

10 May 23:37
Compare
Choose a tag to compare

Changed

  • Renamed the debug log from identity_from_directory_ldap to identity_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

02 May 19:26
Compare
Choose a tag to compare

Added new option $config['identity_from_directory_exclude_delete_unmanaged_regex'] to exclude identities from automatic cleanup if $config['identity_from_directory_delete_unmanaged'] is true. (#7)

v2.0.1

28 Apr 20:05
Compare
Choose a tag to compare

See CHANGELOG.md for more information about this release.

v2.0.0

28 Apr 19:18
Compare
Choose a tag to compare

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

02 Apr 23:11
Compare
Choose a tag to compare

Fixed issue #4 (error if $config['identity_from_directory_handle_proxyaddresses'] is set to true with more than one alias address stored in the user's proxyAddresses field, Active Directory only)

v1.1.0

02 Apr 22:14
Compare
Choose a tag to compare
  • 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

01 Apr 02:09
Compare
Choose a tag to compare

Initial release of the plugin.