I am not sure what the expected method for access is, but I was using lwp-request and it works for all other parts.
Code: Select all
[tbenson@zion ~]$ lwp-request -m POST -C "Standard User":test123 -c text/xml http://mail.example.com/api/suser@example.com/mailbox
Please enter content (text/xml) to be POSTed:
<folder name="Test" />
I00003 could not create folder
[tbenson@zion ~]$
Th only example on how to POST a folder in text/xml in the PDF I have not been able to use so far, as it returns the error code above. I have however created messages and content of other types without any issues.