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 |
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
- quote html tags
|
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
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
- public 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