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) |
java.util.concurrent.CompletableFuture<ImapResponseStatus<java.lang.Void>> |
VXStoreClient.login() |
java.util.concurrent.CompletableFuture<ImapResponseStatus<SelectResponse>> |
VXStoreClient.select(java.lang.String mailbox) |
java.util.concurrent.CompletableFuture<ImapResponseStatus<SelectResponse>> |
IAsyncStoreClient.select(java.lang.String mailbox) |