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
Because it does both indexing of the contact locally and forwards it to OpenPaaS
However with #1163 OpenPaaS is the source of truth and would anyway forward back collected contacts to James if any
CF
We thus do not want given that feature to index contacts locally.
(We do not want contact auto-collection to override openpaas Data)
Drop ContactsCollection
ContactsCollection
Use directly James' ContactExtractor for interop with OpenPaaS instread.
ContactExtractor
For standalone James write a IndexContact mailet indexing the contact locally.
IndexContact
The text was updated successfully, but these errors were encountered:
HoussemNasri
No branches or pull requests
Why?
Because it does both indexing of the contact locally and forwards it to OpenPaaS
However with #1163 OpenPaaS is the source of truth and would anyway forward back collected contacts to James if any
CF
We thus do not want given that feature to index contacts locally.
(We do not want contact auto-collection to override openpaas Data)
How
Drop
ContactsCollection
Use directly James'
ContactExtractor
for interop with OpenPaaS instread.For standalone James write a
IndexContact
mailet indexing the contact locally.The text was updated successfully, but these errors were encountered: