<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<!--
Redistribution and use in source and binary forms, with or without
modification, are permitted provided that the following conditions
are met:
- Redistributions of source code must retain the above copyright
notice, this list of conditions and the following disclaimer.
- Redistributions in binary form must reproduce the above copyright
notice, this list of conditions and the following disclaimer in the
- Neither the name of Oracle nor the names of its
contributors may be used to endorse or promote products derived
from this software without specific prior written permission.
THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR
CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
-->
<HEAD>
<TITLE>JavaMail</TITLE>
</HEAD>
<BODY BGCOLOR="#CCCCFF">
ENCTYPE="application/x-www-form-urlencoded">
<P ALIGN="CENTER"><B><FONT SIZE="5" FACE="Arial, Helvetica">
Welcome to JavaMail
</FONT></B></P>
<P ALIGN="CENTER"><B><FONT SIZE="5" FACE="Arial, Helvetica">
HTML Email Reader Demo
</FONT></B></P>
<CENTER>
<P>
<TABLE BORDER="0" WIDTH="100%">
<TR>
<TD WIDTH="40%">
<P ALIGN="RIGHT"><FONT FACE="Arial, Helvetica">
IMAP Hostname:</FONT>
</TD>
<TD WIDTH="60%"><INPUT TYPE="TEXT" NAME="hostname" SIZE="25">
</TD>
</TR>
<TR>
<TD WIDTH="40%">
<P ALIGN="RIGHT"><FONT FACE="Arial, Helvetica">
Username:</FONT>
</TD>
<TD WIDTH="60%"><INPUT TYPE="TEXT" NAME="username" SIZE="25">
</TD>
</TR>
<TR>
<TD WIDTH="40%">
<P ALIGN="RIGHT"><FONT FACE="Arial, Helvetica">
Password:</FONT>
</TD>
<TD WIDTH="60%"><INPUT TYPE="PASSWORD" NAME="password"
SIZE="25"></TD>
</TR>
</TABLE>
<INPUT TYPE="SUBMIT" VALUE="Login">
<INPUT TYPE="RESET" NAME="Reset" VALUE="Reset"></P>
</CENTER>
<P>
<HR ALIGN="CENTER">
</P>
<P><B><I><FONT FACE="Arial, Helvetica">Overview:</FONT></I></B></P>
<FONT SIZE="2" FACE="Arial, Helvetica">
file for information on how to
compile and run the servlet.<br> <br>
This is a servlet that demonstrates the use of JavaMail APIs
in a 3-tier application. It allows the user to login to an
IMAP store, list all the messages in the INBOX folder, view
selected messages, compose and send a message, and logout.
</FONT>
<P><B><I><FONT FACE="Arial, Helvetica">Features:</FONT></I></B></P>
<UL>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
HTML access to your IMAP mailbox</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
Proxy-able anywhere HTTP can be proxied</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">FAST!</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">Easy to use</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
Uses web browser's content handling capabilities</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
Ultra small: 1 servlet (2 class files) and 1 html file (this one)</FONT>
</UL>
<P><B><I><FONT FACE="Arial, Helvetica">Limitations:</FONT></I></B></P>
<UL>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
Only INBOX support (no user folders)</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
Can't delete, copy, move, print, save, forward, reply to, search in
messages --<BR>
but it could be done</FONT>
<LI><FONT SIZE="2" FACE="Arial, Helvetica">
Doesn't check for new messages (have to log out and log back it)</FONT>
</UL>
<P>
<HR ALIGN="CENTER">
</P>
<P><FONT FACE="Arial, Helvetica">Feedback to </FONT>
<A HREF="mailto:javamail_ww@oracle.com">
<FONT FACE="Arial, Helvetica">javamail_ww@oracle.com</FONT></A>
</FORM>
</BODY>
</HTML>