-
Notifications
You must be signed in to change notification settings - Fork 22
New issue
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
Tmail: Inject user contacts into auto-complete database #1163
Labels
enhancement
New feature or request
Comments
We can use mock-http to emulate openpaas id => email resolution
http client can b implemented with reactor-netty. Reactor-netty example https://github.com/apache/james-project/blob/master/third-party/rspamd/src/main/java/org/apache/james/rspamd/client/RspamdHttpClient.java |
Sorry this was the call for mailAddress -> OpenPaaS userId But what we want is OpenPaaS userId -> mailAddress
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Why
GIVEN I create [email protected] in OpenPaaS
WHEN I compose an email in Twake mail and type abc
THEN it proposes [email protected] as a potential recipient
How
Listen to exchange
contacts:contact:add
Given
Do a lookup on OpenPaaS to get the associated email
and index the mail address onto the relevant user search database.
Updates needs to be handled too:
Definition of done
The text was updated successfully, but these errors were encountered: