Uses of Class
net.bluemind.backend.mail.api.MailboxItem
Packages that use MailboxItem
-
Uses of MailboxItem in net.bluemind.backend.mail.api
Methods in net.bluemind.backend.mail.api that return MailboxItemModifier and TypeMethodDescriptionstatic MailboxItem
MailboxItem.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) 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) Method parameters in net.bluemind.backend.mail.api with type arguments of type MailboxItemModifier 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)