Hello!
I have an Open-Xchange installation version 6.14. In the defaultcontext is it possible to set the options "Automatically collect contacts in the folder "Collected addresses"", in the other context is it not possible.
I have an sync-program which syncs the users from e-mailserver to the open-xchange server with the rmi api. With this settings i grant all access.
But some modules (rss, collect-email) are not available.
Why not? I activated it when i create or update an user.
Best regrads
Christian
I have an Open-Xchange installation version 6.14. In the defaultcontext is it possible to set the options "Automatically collect contacts in the folder "Collected addresses"", in the other context is it not possible.
I have an sync-program which syncs the users from e-mailserver to the open-xchange server with the rmi api. With this settings i grant all access.
Code:
final UserModuleAccess access = new UserModuleAccess(); access.enableAll(); // give access to all modules.
Why not? I activated it when i create or update an user.
Best regrads
Christian
Comment