Uses of Class
net.bluemind.backend.mail.api.MailboxItem
Packages that use MailboxItem
-
Uses of MailboxItem in net.bluemind.backend.mail.api
Subinterfaces with type arguments of type MailboxItem in net.bluemind.backend.mail.apiMethods in net.bluemind.backend.mail.api that return MailboxItemModifier and TypeMethodDescriptionstatic MailboxItemMailboxItem.of(String subject, MessageBody.Part structure) Methods in net.bluemind.backend.mail.api that return types with arguments of type MailboxItemModifier and TypeMethodDescriptionIMailboxItemsPromise.getCompleteById(long id) IMailboxItems.getForUpdate(long id) Decompose EML in temporary parts, useful to update draftsIMailboxItemsPromise.getForUpdate(long id) IMailboxItemsPromise.multipleGetById(List<Long> arg0) Methods in net.bluemind.backend.mail.api with parameters of type MailboxItemModifier and TypeMethodDescriptionIMailboxItems.create(MailboxItem value) voidIMailboxItemsAsync.create(MailboxItem value, AsyncHandler<ImapItemIdentifier> handler) IMailboxItemsPromise.create(MailboxItem value) IMailboxItems.createById(long id, MailboxItem value) voidIMailboxItemsAsync.createById(long id, MailboxItem arg1, AsyncHandler<Ack> handler) IMailboxItemsPromise.createById(long id, MailboxItem arg1) IMailboxItems.updateById(long id, MailboxItem value) voidIMailboxItemsAsync.updateById(long id, MailboxItem arg1, AsyncHandler<Ack> handler) IMailboxItemsPromise.updateById(long id, MailboxItem arg1) Method parameters in net.bluemind.backend.mail.api with type arguments of type MailboxItemModifier and TypeMethodDescriptionvoidIMailboxItemsAsync.getCompleteById(long id, AsyncHandler<ItemValue<MailboxItem>> handler) voidIMailboxItemsAsync.getForUpdate(long id, AsyncHandler<ItemValue<MailboxItem>> handler) voidIMailboxItemsAsync.multipleGetById(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxItem>>> handler)