Package com.axelor.mail
Interface MailConstants
-
- All Known Implementing Classes:
MailServiceImpl
public interface MailConstants
Defines constants for mail server configuration settings.
-
-
Field Summary
Fields Modifier and Type Field Description static String
CHANNEL_SSL
static String
CHANNEL_STARTTLS
static int
DEFAULT_TIMEOUT
static String
MESSAGE_TYPE_COMMENT
MailMessage
type used for commentsstatic String
MESSAGE_TYPE_EMAIL
MailMessage
type used for email messagesstatic String
MESSAGE_TYPE_NOTIFICATION
MailMessage
type used for notification messagesstatic String
PROTOCOL_IMAP
static String
PROTOCOL_IMAPS
static String
PROTOCOL_POP3
-
-
-
Field Detail
-
PROTOCOL_IMAP
static final String PROTOCOL_IMAP
- See Also:
- Constant Field Values
-
PROTOCOL_IMAPS
static final String PROTOCOL_IMAPS
- See Also:
- Constant Field Values
-
PROTOCOL_POP3
static final String PROTOCOL_POP3
- See Also:
- Constant Field Values
-
DEFAULT_TIMEOUT
static final int DEFAULT_TIMEOUT
- See Also:
- Constant Field Values
-
CHANNEL_STARTTLS
static final String CHANNEL_STARTTLS
- See Also:
- Constant Field Values
-
CHANNEL_SSL
static final String CHANNEL_SSL
- See Also:
- Constant Field Values
-
MESSAGE_TYPE_NOTIFICATION
static final String MESSAGE_TYPE_NOTIFICATION
MailMessage
type used for notification messages- See Also:
- Constant Field Values
-
MESSAGE_TYPE_COMMENT
static final String MESSAGE_TYPE_COMMENT
MailMessage
type used for comments- See Also:
- Constant Field Values
-
MESSAGE_TYPE_EMAIL
static final String MESSAGE_TYPE_EMAIL
MailMessage
type used for email messages- See Also:
- Constant Field Values
-
-