Uses of Class
net.bluemind.backend.mail.api.MailboxItem
-
Uses of MailboxItem in net.bluemind.backend.mail.api
Modifier and TypeMethodDescriptionstatic MailboxItem
MailboxItem.of
(String subject, MessageBody.Part structure) Modifier 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) Modifier and TypeMethodDescriptionIMailboxItems.create
(MailboxItem value) void
IMailboxItemsAsync.create
(MailboxItem value, AsyncHandler<ImapItemIdentifier> handler) IMailboxItemsPromise.create
(MailboxItem value) IMailboxItems.createById
(long id, MailboxItem value) void
IMailboxItemsAsync.createById
(long id, MailboxItem arg1, AsyncHandler<Ack> handler) IMailboxItemsPromise.createById
(long id, MailboxItem arg1) IMailboxItems.updateById
(long id, MailboxItem value) void
IMailboxItemsAsync.updateById
(long id, MailboxItem arg1, AsyncHandler<Ack> handler) IMailboxItemsPromise.updateById
(long id, MailboxItem arg1) Modifier and TypeMethodDescriptionvoid
IMailboxItemsAsync.getCompleteById
(long id, AsyncHandler<ItemValue<MailboxItem>> handler) void
IMailboxItemsAsync.getForUpdate
(long id, AsyncHandler<ItemValue<MailboxItem>> handler) void
IMailboxItemsAsync.multipleGetById
(List<Long> arg0, AsyncHandler<List<ItemValue<MailboxItem>>> handler)