@Path(value="/cyrus_annotations")
public interface ICyrusReplicationAnnotations
| Modifier and Type | Method and Description | 
|---|---|
java.util.List<MailboxAnnotation> | 
annotations(java.lang.String mailbox)  | 
void | 
deleteAnnotation(MailboxAnnotation ss)  | 
void | 
storeAnnotation(MailboxAnnotation ss)  | 
@PUT @Path(value="_annotation") void storeAnnotation(MailboxAnnotation ss)
@DELETE @Path(value="_annotation") void deleteAnnotation(MailboxAnnotation ss)
@GET
 @Path(value="{mbox}/_annotation")
java.util.List<MailboxAnnotation> annotations(@PathParam(value="mbox")
                                                                                      java.lang.String mailbox)
Copyright © 2023. All Rights Reserved.