Package | Description |
---|---|
net.bluemind.imap.vertx | |
net.bluemind.imap.vertx.parsing |
Modifier and Type | Method and Description |
---|---|
java.util.concurrent.CompletableFuture<ImapResponseStatus<AppendResponse>> |
VXStoreClient.append(java.lang.String mailbox,
java.util.Date receivedDate,
java.util.Collection<java.lang.String> flags,
int streamSize,
io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> eml) |
java.util.concurrent.CompletableFuture<ImapResponseStatus<AppendResponse>> |
IAsyncStoreClient.append(java.lang.String mailbox,
java.util.Date receivedDate,
java.util.Collection<java.lang.String> flags,
int streamSize,
io.vertx.core.streams.ReadStream<io.vertx.core.buffer.Buffer> eml) |
Modifier and Type | Method and Description |
---|---|
ImapResponseStatus<AppendResponse> |
AppendPayloadBuilder.build() |
Copyright © 2021. All Rights Reserved.