public class Constants extends Object
| Modifier and Type | Field and Description |
|---|---|
static char |
CR
Constant for carriage return
|
static String |
CRLF
Constant for Carriage return line feed
|
static boolean |
ENABLE_START_TLS
Constant to enable SSL
|
static String |
INBOX_FILE
Constant for the inbox file
|
static String |
INBOX_FOLDER
Constant for the inbox folder
|
static char |
LF
Constant for line feed
|
static String |
LOG_FOLDER
Constant for the log folder
|
static String |
MULTIPART_MIME
Constant representing the multipart mime type
|
static String |
PLAIN_MIME
Constant representing plain mime type
|
| Constructor and Description |
|---|
Constants() |
public static final char CR
public static final char LF
public static final String CRLF
public static final boolean ENABLE_START_TLS
public static final String LOG_FOLDER
public static final String INBOX_FOLDER
public static final String INBOX_FILE
public static final String PLAIN_MIME
public static final String MULTIPART_MIME
Copyright © 2019. All rights reserved.