We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Have a DisplayNameResolver:
DisplayNameResolver
record DisplayName(String value) interface DisplayNameResolver { Mono<DisplayName> resolveDisplayName(Username username); }
Write a LDAPDisplayNameResolver
Use it to...
Add a displayName scope onto the welcome email mustache scopes
displayName
Write a listener: when INBOX is created we use the DisplayNameResolver to create the default user identity
CF
https://github.com/linagora/tmail-lsc/?tab=readme-ov-file#jmap-identity-provisioning
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What
Have a
DisplayNameResolver
:Write a LDAPDisplayNameResolver
Use it to...
Add a
displayName
scope onto the welcome email mustache scopesWrite a listener: when INBOX is created we use the DisplayNameResolver to create the default user identity
CF
https://github.com/linagora/tmail-lsc/?tab=readme-ov-file#jmap-identity-provisioning
The text was updated successfully, but these errors were encountered: