Announcement

Collapse
No announcement yet.

colllect e-mails not available

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • colllect e-mails not available

    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.
    Code:
    		final UserModuleAccess access = new UserModuleAccess();  
    		access.enableAll();  // give access to all modules.
    But some modules (rss, collect-email) are not available.
    Why not? I activated it when i create or update an user.

    Best regrads

    Christian

  • #2
    Hi,

    thats a known issue with 6.14, we're already fixing it.

    Greetings

    Comment


    • #3
      Has been fixed with 6.16

      Comment

      Working...
      X