i2p.susi.webmail
Class WebMail
java.lang.Object
javax.servlet.GenericServlet
javax.servlet.http.HttpServlet
i2p.susi.webmail.WebMail
- All Implemented Interfaces:
- Serializable, Servlet, ServletConfig
public class WebMail
- extends HttpServlet
- Author:
- susi23
- See Also:
- Serialized Form
Methods inherited from class javax.servlet.GenericServlet |
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CONFIG_LEAVE_ON_SERVER
static final String CONFIG_LEAVE_ON_SERVER
- See Also:
- Constant Field Values
CONFIG_BACKGROUND_CHECK
public static final String CONFIG_BACKGROUND_CHECK
- See Also:
- Constant Field Values
CONFIG_CHECK_MINUTES
public static final String CONFIG_CHECK_MINUTES
- See Also:
- Constant Field Values
CONFIG_IDLE_SECONDS
public static final String CONFIG_IDLE_SECONDS
- See Also:
- Constant Field Values
WebMail
public WebMail()
quoteHTML
static String quoteHTML(String line)
- prepare line for presentation between html tags
- quote html tags
- Parameters:
line
-
- Returns:
- escaped string
doGet
public void doGet(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doGet
in class HttpServlet
- Throws:
IOException
ServletException
doPost
public void doPost(HttpServletRequest request,
HttpServletResponse response)
throws IOException,
ServletException
- Overrides:
doPost
in class HttpServlet
- Throws:
IOException
ServletException