OK, got it - it was in my mind that it appeared to be specific to messages from the code and what SOGo was doing was folder related.
I think you've given me a good direction and starting point to use the store/fetch as a basis to start here. No promises but I'll see what I can do. I'll probably have some schema questions along the way. Thanks Jim On 04/07/2014 13:54, Arnt Gulbrandsen wrote: > > They are, sort of. > > STORE ANNOTATION stores an annotation in a message. SETANNOTATION > stores an annotation on something else, typically a mailbox. > > > The final for annotatemore is 5464, the final for annotate is 5267. > > > They are parallel, never equivalent. One is for storing variables on > the the inbox itself, the other is for storing variables on a > particular message in the inbox. > > It should be possible to implement 5464 by copying code from the 5267 > implementation. FWIW I wouldn't mind dropping 5267 entirely; I think > that RFC has failed. > > Arnt >
