Hello!
I use the rmi core api to sync between the mailserver and the ox-server.
I used the command
to enable all user-modules. But unfortunately not all modules are enabled. By example the modules access-multiple-mail-accounts, access-collect-email-addresses, aso are not enabled.
When I enable the modules in the command line, after every sync the modules are disabled. Is it possible to enable this modules through the rmi core api.
best regards
Christian
I use the rmi core api to sync between the mailserver and the ox-server.
I used the command
Code:
UserModuleAccess access = new UserModuleAccess(); access.enableAll(); // give access to all modules.
When I enable the modules in the command line, after every sync the modules are disabled. Is it possible to enable this modules through the rmi core api.
best regards
Christian
Comment