public class WebMail extends HttpServlet
| Modifier and Type | Field and Description |
|---|---|
static String |
CONFIG_BACKGROUND_CHECK |
static String |
CONFIG_CHECK_MINUTES |
static String |
CONFIG_IDLE_SECONDS |
(package private) static String |
CONFIG_LEAVE_ON_SERVER |
static String |
DIR_DRAFTS |
(package private) static String |
DIR_FOLDER |
static String |
DIR_SENT |
(package private) static String |
SORT_DATE |
(package private) static String |
SORT_DEFAULT |
(package private) static String |
SORT_ID |
(package private) static Folder.SortOrder |
SORT_ORDER_DEFAULT |
(package private) static String |
SORT_SENDER |
(package private) static String |
SORT_SIZE |
(package private) static String |
SORT_SUBJECT |
| Constructor and Description |
|---|
WebMail() |
| Modifier and Type | Method and Description |
|---|---|
void |
doGet(HttpServletRequest request,
HttpServletResponse response) |
void |
doPost(HttpServletRequest request,
HttpServletResponse response) |
boolean |
isOverrideCssActive()
Determine if a user-provided override.css file is active
|
(package private) static String |
quoteHTML(String line)
prepare line for presentation between html tags
Escapes html tags
|
static boolean |
safeEquals(String a,
String b) |
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, servicedestroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, logpublic static final String CONFIG_BACKGROUND_CHECK
public static final String CONFIG_CHECK_MINUTES
public static final String CONFIG_IDLE_SECONDS
static final String CONFIG_LEAVE_ON_SERVER
public static final String DIR_DRAFTS
static final String DIR_FOLDER
public static final String DIR_SENT
static final String SORT_DATE
static final String SORT_DEFAULT
static final String SORT_ID
static final Folder.SortOrder SORT_ORDER_DEFAULT
static final String SORT_SENDER
static final String SORT_SIZE
static final String SORT_SUBJECT
public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doGet in class HttpServletIOExceptionServletExceptionpublic void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doPost in class HttpServletIOExceptionServletExceptionpublic boolean isOverrideCssActive()
static String quoteHTML(String line)
line - null OK