Package | Description |
---|---|
net.bluemind.imap.vertx | |
net.bluemind.imap.vertx.parsing |
Modifier and Type | Field and Description |
---|---|
ImapResponseStatus.Status |
ImapResponseStatus.status |
Modifier and Type | Method and Description |
---|---|
static ImapResponseStatus.Status |
ImapResponseStatus.Status.of(java.lang.String s) |
static ImapResponseStatus.Status |
ImapResponseStatus.Status.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ImapResponseStatus.Status[] |
ImapResponseStatus.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
ImapResponseStatus(ImapResponseStatus.Status s,
T nullable) |
Modifier and Type | Method and Description |
---|---|
boolean |
AppendPayloadBuilder.tagged(java.lang.String tag,
ImapResponseStatus.Status st,
java.lang.String msg) |
boolean |
ResponsePayloadBuilder.tagged(java.lang.String tag,
ImapResponseStatus.Status st,
java.lang.String msg) |
boolean |
SelectPayloadBuilder.tagged(java.lang.String tag,
ImapResponseStatus.Status st,
java.lang.String msg) |
boolean |
BannerPayloadBuilder.tagged(java.lang.String tag,
ImapResponseStatus.Status st,
java.lang.String msg) |
Copyright © 2021. All Rights Reserved.