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
Although you can do user.store.folders() It is not possible to do user.store.create_folder('bla') on this level.
The text was updated successfully, but these errors were encountered:
would you want to create one in the root, or in the ipm subtree..? you can probably use store.root.create_folder or store.subtree.create_folder..
Sorry, something went wrong.
In [1]: bob.store.root.create_folder('foo') Out[1]: Folder(foo)
This seems to work
For an example you can also look at the fix-ipm-subtree.py I made with python-zarafa.
jelly
No branches or pull requests
Although you can do user.store.folders()
It is not possible to do user.store.create_folder('bla') on this level.
The text was updated successfully, but these errors were encountered: