Package net.bluemind.backend.mail.api
Interface IMailConversation
@Path("/mail_conversation/{subtreeContainer}")
public interface IMailConversation
Handle message conversations for a given container (per user or mail-share).
-
Method Summary
Modifier and TypeMethodDescriptionbyFolder
(String folderUid, SortDescriptor sorted) Retrieve the conversations of the given folder.Retrieve the conversation having the given Cyrus identifier.multipleGet
(List<String> uids)
-
Method Details
-
get
Retrieve the conversation having the given Cyrus identifier. -
multipleGet
- Throws:
ServerFault
-
byFolder
Retrieve the conversations of the given folder.
-