public class IMAPMessagesRequestKind
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
IMAPMessagesRequestKindExtraHeaders
Requests extra headers.
|
static int |
IMAPMessagesRequestKindFlags
Requests the flags of the messages.
|
static int |
IMAPMessagesRequestKindFullHeaders
Requests the headers of the messages.
|
static int |
IMAPMessagesRequestKindGmailLabels
Requests the Labels on Gmail server.
|
static int |
IMAPMessagesRequestKindGmailMessageID
Requests the message identifier on Gmail server.
|
static int |
IMAPMessagesRequestKindGmailThreadID
Requests the message thread identifier on Gmail server.
|
static int |
IMAPMessagesRequestKindHeaders
Requests the headers of the messages (ENVELOPE).
|
static int |
IMAPMessagesRequestKindHeaderSubject
Requests the header "Subject".
|
static int |
IMAPMessagesRequestKindInternalDate
Requests the received date of the messages (INTERNALDATE).
|
static int |
IMAPMessagesRequestKindSize
Requests the size of the messages.
|
static int |
IMAPMessagesRequestKindStructure
Requests the MIME Structure of the messages (BODYSTRUCTURE).
|
static int |
IMAPMessagesRequestKindUid
Requests UID of the messages.
|
Constructor and Description |
---|
IMAPMessagesRequestKind() |
public static final int IMAPMessagesRequestKindUid
public static final int IMAPMessagesRequestKindFlags
public static final int IMAPMessagesRequestKindHeaders
public static final int IMAPMessagesRequestKindStructure
public static final int IMAPMessagesRequestKindInternalDate
public static final int IMAPMessagesRequestKindFullHeaders
public static final int IMAPMessagesRequestKindHeaderSubject
public static final int IMAPMessagesRequestKindGmailLabels
public static final int IMAPMessagesRequestKindGmailMessageID
public static final int IMAPMessagesRequestKindGmailThreadID
public static final int IMAPMessagesRequestKindExtraHeaders
public static final int IMAPMessagesRequestKindSize