@Path(value="/mailbox-folders/{mailboxUid}") public interface IMailboxFolderHierarchy extends IFolderHierarchy
Modifier and Type | Method and Description |
---|---|
ItemValue<Folder> |
byPath(java.lang.String path) |
ItemValue<Folder> |
createUserMailFolder(java.lang.String imapPath) |
allUids, byContentUri, byId, byParentId, byUid, changelog, changeset, changesetById, getComplete, multipleGet, reset, search
@PUT @Path(value="_createUserMailFolder") ItemValue<Folder> createUserMailFolder(@QueryParam(value="imapPath") java.lang.String imapPath) throws ServerFault
ServerFault
@GET @Path(value="_byPath") ItemValue<Folder> byPath(@QueryParam(value="path") java.lang.String path) throws ServerFault
ServerFault
Copyright © 2021. All Rights Reserved.