[Kolab-devel] Annotation of folders
"Ing. Konrad Renner" <[email protected]>
| Newsgroups | gmane.comp.kde.devel.kolab |
|---|---|
| Message-ID | <[email protected]> |
Hi everybody, you may know that I am working on an open source Android notes client which will be able to sync notes via IMAP in the Kolab notes format. I have a problem to get two way sync working (downloading and parsing notes already works). As described here: https://wiki.kolab.org/Kolab_3.0_Storage_Format [1] "All folders with Kolab Groupware content MUST be annotated with their respective groupware type" I am trying to set the type via the IMAP METADATA extension (RFC 5464). I think I use the SETMETADATA and GETMETADATA commands wrong. Examples of my usage: GETMETADATA "" /shared/vendor/kolab /private/vendor/kolab SETMETADATA "" (/shared/vendor/kolab notes /private/vendor/kolab notes) How do I have to use these commands? What is the value for the Mailbox-argument (e.g. for KolabNow)? Thank you for your help!