public final class EmailConnectorConstants extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
CONTENT_TRANSFER_ENCODING
Content transfer encoding header name.
|
static String |
CONTENT_TYPE_HEADER
The content type header name.
|
static String |
DEFAULT_CONTENT_TRANSFER_ENCODING
Default value for the Content-Transfer-Encoding header.
|
static String |
DEFAULT_PAGE_SIZE
Default page size to be fetched by the
PagingProviderEmailDelegate |
static String |
IMAP_PORT
Default port value for IMAP servers.
|
static String |
IMAPS_PORT
Default port value for IMAPS servers.
|
static String |
INBOX_FOLDER
Default folder name for all the mailboxes.
|
static String |
MULTIPART
defines all the multipart content types
|
static String |
PAGE_SIZE_ERROR_MESSAGE |
static String |
POP3_PORT
Default port value for POP3 servers.
|
static String |
POP3S_PORT
Default port value for POP3S servers.
|
static String |
SMTP_PORT
Default port value for SMTP servers.
|
static String |
SMTPS_PORT
Default port value for SMTPS servers.
|
static String |
TEXT
defines all the text content types
|
static String |
TEXT_PLAIN
Default email content type
|
public static final String INBOX_FOLDER
public static final String MULTIPART
public static final String TEXT
public static final String TEXT_PLAIN
public static final String SMTP_PORT
public static final String SMTPS_PORT
public static final String POP3_PORT
public static final String POP3S_PORT
public static final String IMAP_PORT
public static final String IMAPS_PORT
public static final String CONTENT_TYPE_HEADER
public static final String CONTENT_TRANSFER_ENCODING
public static final String DEFAULT_CONTENT_TRANSFER_ENCODING
public static final String DEFAULT_PAGE_SIZE
PagingProviderEmailDelegatepublic static final String PAGE_SIZE_ERROR_MESSAGE
Copyright © 2003–2017 MuleSoft, Inc.. All rights reserved.