Modifier and Type | Method and Description |
---|---|
static MailboxItem |
MailboxItem.of(java.lang.String subject,
MessageBody.Part structure) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ItemValue<MailboxItem>> |
IMailboxItemsPromise.getCompleteById(long id) |
ItemValue<MailboxItem> |
IMailboxItems.getCompleteById(long id) |
java.util.concurrent.CompletableFuture<ItemValue<MailboxItem>> |
IMailboxItemsPromise.getForUpdate(long id) |
ItemValue<MailboxItem> |
IMailboxItems.getForUpdate(long id)
Decompose EML in temporary parts, useful to update drafts
|
java.util.concurrent.CompletableFuture<java.util.List<ItemValue<MailboxItem>>> |
IMailboxItemsPromise.multipleById(java.util.List<java.lang.Long> ids) |
java.util.List<ItemValue<MailboxItem>> |
IMailboxItems.multipleById(java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ImapItemIdentifier> |
IMailboxItemsPromise.create(MailboxItem value) |
ImapItemIdentifier |
IMailboxItems.create(MailboxItem value) |
void |
IMailboxItemsAsync.create(MailboxItem value,
AsyncHandler<ImapItemIdentifier> handler) |
java.util.concurrent.CompletableFuture<ImapAck> |
IMailboxItemsPromise.createById(long id,
MailboxItem value) |
ImapAck |
IMailboxItems.createById(long id,
MailboxItem value) |
void |
IMailboxItemsAsync.createById(long id,
MailboxItem value,
AsyncHandler<ImapAck> handler) |
java.util.concurrent.CompletableFuture<ImapAck> |
IMailboxItemsPromise.updateById(long id,
MailboxItem value) |
ImapAck |
IMailboxItems.updateById(long id,
MailboxItem value) |
void |
IMailboxItemsAsync.updateById(long id,
MailboxItem value,
AsyncHandler<ImapAck> handler) |
Modifier and Type | Method and Description |
---|---|
void |
IMailboxItemsAsync.getCompleteById(long id,
AsyncHandler<ItemValue<MailboxItem>> handler) |
void |
IMailboxItemsAsync.getForUpdate(long id,
AsyncHandler<ItemValue<MailboxItem>> handler) |
void |
IMailboxItemsAsync.multipleById(java.util.List<java.lang.Long> ids,
AsyncHandler<java.util.List<ItemValue<MailboxItem>>> handler) |
Modifier and Type | Class and Description |
---|---|
class |
MailboxRecord
%(UID 3 MODSEQ 4 LAST_UPDATED 1483363360 FLAGS (\Seen) INTERNALDATE
1483363360 SIZE 830 GUID 2a48b9230d2e6ad4a283d5d817bc6c01c097e3a9)
|
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemIdentifier> |
IInternalMailboxItems.multiCreate(java.util.List<MailboxItem> items) |
Modifier and Type | Method and Description |
---|---|
protected ItemValue<MailboxItem> |
BaseMailboxRecordsService.adapt(ItemValue<MailboxRecord> rec) |
ItemValue<MailboxItem> |
ImapMailboxRecordsService.getCompleteById(long id) |
ItemValue<MailboxItem> |
ImapMailboxRecordsService.getForUpdate(long id) |
java.util.List<ItemValue<MailboxItem>> |
ImapMailboxRecordsService.multipleById(java.util.List<java.lang.Long> ids) |
Modifier and Type | Method and Description |
---|---|
ImapItemIdentifier |
ImapMailboxRecordsService.create(MailboxItem value) |
ImapAck |
ImapMailboxRecordsService.createById(long id,
MailboxItem value) |
ImapAck |
ImapMailboxRecordsService.updateById(long id,
MailboxItem mail) |
Modifier and Type | Method and Description |
---|---|
java.util.List<ItemIdentifier> |
ImapMailboxRecordsService.multiCreate(java.util.List<MailboxItem> items) |
Modifier and Type | Method and Description |
---|---|
protected ItemValue<MailboxItem> |
AbstractRollingReplicationTests.addDraft(ItemValue<MailboxFolder> inbox) |
protected ItemValue<MailboxItem> |
AbstractRollingReplicationTests.addDraft(ItemValue<MailboxFolder> inbox,
long id) |
protected ItemValue<MailboxItem> |
InboxSubFolderReplicationTests.addDraft(ItemValue<MailboxFolder> inbox,
long id,
java.lang.String owner) |
protected ItemValue<MailboxItem> |
AbstractRollingReplicationTests.addDraft(ItemValue<MailboxFolder> inbox,
long id,
java.lang.String owner) |
protected ItemValue<MailboxItem> |
AbstractRollingReplicationTests.addDraft(ItemValue<MailboxFolder> inbox,
java.lang.String owner) |
Modifier and Type | Method and Description |
---|---|
void |
UnexpungeCommand.Unexpunger.accept(ItemValue<MailboxItem> t) |
Modifier and Type | Method and Description |
---|---|
static EmailResponse |
FlagsChange.asEmailResponse(MailboxItem mailboxItem) |
Copyright © 2021. All Rights Reserved.