Package 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
- Author:
- susi23
- See Also:
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
static final String
static final String
(package private) static final String
static final String
(package private) static final String
static final String
(package private) static final String
(package private) static final String
(package private) static final String
(package private) static final Folder.SortOrder
(package private) static final String
(package private) static final String
(package private) static final String
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
doGet
(HttpServletRequest request, HttpServletResponse response) void
doPost
(HttpServletRequest request, HttpServletResponse response) (package private) static String
prepare line for presentation between html tags Escapes html tagsMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, service
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
-
Field Details
-
SORT_ID
- See Also:
-
SORT_SENDER
- See Also:
-
SORT_SUBJECT
- See Also:
-
SORT_DATE
- See Also:
-
SORT_SIZE
- See Also:
-
SORT_DEFAULT
- See Also:
-
SORT_ORDER_DEFAULT
-
DIR_FOLDER
- See Also:
-
DIR_DRAFTS
-
DIR_SENT
-
CONFIG_LEAVE_ON_SERVER
- See Also:
-
CONFIG_BACKGROUND_CHECK
- See Also:
-
CONFIG_CHECK_MINUTES
- See Also:
-
CONFIG_IDLE_SECONDS
- See Also:
-
-
Constructor Details
-
WebMail
public WebMail()
-
-
Method Details
-
quoteHTML
prepare line for presentation between html tags Escapes html tags- Parameters:
line
- null OK- Returns:
- escaped string or "" for null input
-
doGet
public void doGet(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException - Overrides:
doGet
in classHttpServlet
- Throws:
IOException
ServletException
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException - Overrides:
doPost
in classHttpServlet
- Throws:
IOException
ServletException
-