Annotation of folders

Liutauras Adomaitis adomaitis at kolabsys.com
Wed Apr 29 12:55:40 CEST 2015


Hi,

On Tuesday 28 of April 2015 21:49:31 Ing. Konrad Renner wrote:
> 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" 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)?
> 

GETANNOTATION "<mailbox name like user/me at domain.tld>" "*" "*"

SETANNOTATION "<mailbox name like user/me at domain.tld>" "/vendor/kolab/folder-
type" ("value.priv" "mail")

Liutauras


More information about the users mailing list