9 |
Java Web App Tutorial
10 |
This sample uses the Mail API to read messages in your inbox.
11 |
">Click here to login
12 |
--------------------------------------------------------------------------------
/src/main/webapp/WEB-INF/jsp/mail.jsp:
--------------------------------------------------------------------------------
1 | <%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
2 | <%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
3 |
4 |