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 |
(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) |
(package private) static String |
quoteHTML(String line)
prepare line for presentation between html tags
Escapes html tags
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
static final String SORT_ID
static final String SORT_SENDER
static final String SORT_SUBJECT
static final String SORT_DATE
static final String SORT_SIZE
static final String SORT_DEFAULT
static final Folder.SortOrder SORT_ORDER_DEFAULT
static final String DIR_FOLDER
public static final String DIR_DRAFTS
static final String CONFIG_LEAVE_ON_SERVER
public static final String CONFIG_BACKGROUND_CHECK
public static final String CONFIG_CHECK_MINUTES
public static final String CONFIG_IDLE_SECONDS
static String quoteHTML(String line)
line
- null OKpublic void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doGet
in class HttpServlet
IOException
ServletException
public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException
doPost
in class HttpServlet
IOException
ServletException