list public folder visible to a user
-
Hi folks
For a tool that help users zu subcribe public folder with z-push, I have to find out which public folders are visible for the user. I pretty sure, that it will solvable with kopano python - but I can’t see the solution yet.
Can someone give a hint - or a code snipet?
greetings
Mathias -
Sorry, this was in deed a stupid question.
It is simple as that:
server = kopano.Server(auth_user='userXY') for f in server.public_store: print(f)