Error Code I00003
Posted: Mon Jan 15, 2007 8:16 pm
I seem to have an issue with creating folders via the API. I have been posting messages to multiple folders and other content, and maybe its just a lack of an example. But I repeatedly get an error code of I00003 when I attempt to create a folder in the users mailbox or inbox, while using the mailbox owner as the credentials.
I am not sure what the expected method for access is, but I was using lwp-request and it works for all other parts.
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.
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.