public interface MailConstants
Modifier and Type | Field and Description |
---|---|
static String |
CHANNEL_SSL |
static String |
CHANNEL_STARTTLS |
static int |
DEFAULT_TIMEOUT |
static String |
MESSAGE_TYPE_COMMENT
MailMessage type used for comments |
static String |
MESSAGE_TYPE_EMAIL
MailMessage type used for email messages |
static String |
MESSAGE_TYPE_NOTIFICATION
MailMessage type used for notification messages |
static String |
PROTOCOL_IMAP |
static String |
PROTOCOL_IMAPS |
static String |
PROTOCOL_POP3 |
static final String PROTOCOL_IMAP
static final String PROTOCOL_IMAPS
static final String PROTOCOL_POP3
static final int DEFAULT_TIMEOUT
static final String CHANNEL_STARTTLS
static final String CHANNEL_SSL
static final String MESSAGE_TYPE_NOTIFICATION
MailMessage
type used for notification messagesstatic final String MESSAGE_TYPE_COMMENT
MailMessage
type used for commentsstatic final String MESSAGE_TYPE_EMAIL
MailMessage
type used for email messages