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
FieldsModifier and TypeFieldDescriptionstatic final Stringstatic final Stringstatic final String(package private) static final Stringstatic final String(package private) static final Stringstatic 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
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddoGet(HttpServletRequest request, HttpServletResponse response) voiddoPost(HttpServletRequest request, HttpServletResponse response) (package private) static Stringprepare line for presentation between html tags Escapes html tagsMethods inherited from class javax.servlet.http.HttpServlet
doDelete, doHead, doOptions, doPut, doTrace, getLastModified, service, serviceMethods 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:
doGetin classHttpServlet- Throws:
IOExceptionServletException
-
doPost
public void doPost(HttpServletRequest request, HttpServletResponse response) throws IOException, ServletException - Overrides:
doPostin classHttpServlet- Throws:
IOExceptionServletException
-