Skip to content
New issue

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

Cannot create folder in user.store level. #17

Open
bkram opened this issue Dec 12, 2014 · 3 comments
Open

Cannot create folder in user.store level. #17

bkram opened this issue Dec 12, 2014 · 3 comments
Assignees

Comments

@bkram
Copy link
Contributor

bkram commented Dec 12, 2014

Although you can do user.store.folders()
It is not possible to do user.store.create_folder('bla') on this level.

@srepmub
Copy link
Collaborator

srepmub commented Dec 12, 2014

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..

@jelly
Copy link
Collaborator

jelly commented Dec 12, 2014

In [1]: bob.store.root.create_folder('foo')
Out[1]: Folder(foo)

This seems to work

@phantium
Copy link
Contributor

For an example you can also look at the fix-ipm-subtree.py I made with python-zarafa.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants