Package com.axelor.mail
Interface MailConstants
-
- All Known Implementing Classes:
MailServiceImpl
public interface MailConstantsDefines constants for mail server configuration settings.
-
-
Field Summary
Fields Modifier and Type Field Description static StringCHANNEL_SSLstatic StringCHANNEL_STARTTLSstatic intDEFAULT_TIMEOUTstatic StringMESSAGE_TYPE_COMMENTMailMessagetype used for commentsstatic StringMESSAGE_TYPE_EMAILMailMessagetype used for email messagesstatic StringMESSAGE_TYPE_NOTIFICATIONMailMessagetype used for notification messagesstatic StringPROTOCOL_IMAPstatic StringPROTOCOL_IMAPSstatic StringPROTOCOL_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
MailMessagetype used for notification messages- See Also:
- Constant Field Values
-
MESSAGE_TYPE_COMMENT
static final String MESSAGE_TYPE_COMMENT
MailMessagetype used for comments- See Also:
- Constant Field Values
-
MESSAGE_TYPE_EMAIL
static final String MESSAGE_TYPE_EMAIL
MailMessagetype used for email messages- See Also:
- Constant Field Values
-
-