I just briefly reviewed the REST API documentation. 1. How do you ask for list of folders (top level in hierarchy)? I see "GET /folders/(id)/folders" but no "GET /folders".... Oh, I found in the python code that there is "GET /folders". Am I correct? Is it only documentation issue?
2. I don't know MAPI nor Outlook, but I do know ActiveSync and as I know non-email objects do not have attachments there. So, why there's e.g. "GET /notes/(id)/attachments"? 3. I see /folders/*/fai in the code. It's also undocumented. I'm curious if this is required and how much of objects-types of this kind there will be needed. I mean, there's no such thing in the backend I'm working with, so it would need to be handled somehow. 4. What exactly I should/can return in /info? And one general question about folders hierarchy. In ActiveSync Outlook does not support multi-folder e.g. in Calendar. Is it true for MAPI? I.e. do I need to "flatten" the hierarchy into one folder per object type? ps. where can I find list of MAPI object properties (all or some minimal set)? -- Aleksander Machniak Software Developer, Kolab Systems AG ------------------------------------------------------- PGP:19359DC1 - http://kolabsys.com - http://alec.pl _______________________________________________ devel mailing list [email protected] http://mailman.openchange.org/listinfo/devel
