Subversion Repositories javautils

Rev

Blame | Last modification | View Log | RSS feed

  1. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
  2. <HTML>
  3. <!--
  4.  
  5.     Copyright 1998-2007 Sun Microsystems, Inc.  All Rights Reserved.
  6.  
  7.     Redistribution and use in source and binary forms, with or without
  8.     modification, are permitted provided that the following conditions
  9.     are met:
  10.  
  11.       - Redistributions of source code must retain the above copyright
  12.         notice, this list of conditions and the following disclaimer.
  13.    
  14.       - Redistributions in binary form must reproduce the above copyright
  15.         notice, this list of conditions and the following disclaimer in the
  16.         documentation and/or other materials provided with the distribution.
  17.    
  18.       - Neither the name of Sun Microsystems nor the names of its
  19.         contributors may be used to endorse or promote products derived
  20.         from this software without specific prior written permission.
  21.  
  22.     THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS
  23.    IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO,
  24.     THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
  25.     PURPOSE ARE DISCLAIMED.  IN NO EVENT SHALL THE COPYRIGHT OWNER OR
  26.     CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL,
  27.     EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
  28.     PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
  29.     PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF
  30.     LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING
  31.     NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS
  32.     SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
  33. -->
  34.  
  35. <HEAD>
  36.         <META HTTP-EQUIV="Content-Type" CONTENT="text/html;CHARSET=iso-8859-1">
  37.         <TITLE>JavaMail</TITLE>
  38. </HEAD>
  39.  
  40. <BODY BGCOLOR="#CCCCFF">
  41.  
  42. <FORM ACTION="login" METHOD=POST ENCTYPE="application/x-www-form-urlencoded">
  43. <P ALIGN="CENTER"><B><FONT SIZE="5" FACE="Arial, Helvetica">Welcome to JavaMail</FONT></B></P>
  44.  
  45. <P ALIGN="CENTER"><B><FONT SIZE="5" FACE="Arial, Helvetica">HTML Email Reader Demo</FONT></B></P>
  46. <CENTER>
  47. <P>
  48. <TABLE BORDER="0" WIDTH="100%">
  49.         <TR>
  50.                 <TD WIDTH="40%">
  51.                         <P ALIGN="RIGHT"><FONT FACE="Arial, Helvetica">IMAP Hostname:</FONT>
  52.                 </TD>
  53.                 <TD WIDTH="60%"><INPUT TYPE="TEXT" NAME="hostname" SIZE="25"></TD>
  54.         </TR>
  55.         <TR>
  56.                 <TD WIDTH="40%">
  57.                         <P ALIGN="RIGHT"><FONT FACE="Arial, Helvetica">Username:</FONT>
  58.                 </TD>
  59.                 <TD WIDTH="60%"><INPUT TYPE="TEXT" NAME="username" SIZE="25"></TD>
  60.         </TR>
  61.         <TR>
  62.                 <TD WIDTH="40%">
  63.                         <P ALIGN="RIGHT"><FONT FACE="Arial, Helvetica">Password:</FONT>
  64.                 </TD>
  65.                 <TD WIDTH="60%"><INPUT TYPE="PASSWORD" NAME="password" SIZE="25"></TD>
  66.         </TR>
  67. </TABLE>
  68. <INPUT TYPE="SUBMIT" VALUE="Login"><INPUT TYPE="RESET" NAME="Reset" VALUE="Reset"></P>
  69. </CENTER>
  70. <P>
  71. <HR ALIGN="CENTER">
  72. </P>
  73. <P><B><I><FONT FACE="Arial, Helvetica">Overview:</FONT></I></B></P>
  74.  
  75. <FONT SIZE="2" FACE="Arial, Helvetica">
  76. <b>THIS IS A DEMO!!!</b> Please see the webapp.README.txt
  77. file for information on how to
  78. compile and run the web application.<br> <br>
  79. This demo illustrates the use of JavaMail APIs in a 3-tiered web
  80. application. It allows the user to login to an
  81. IMAP store, list all the messages in the INBOX folder, view
  82. selected messages, compose and send a message, and logout.
  83. </FONT>
  84.  
  85. <P><B><I><FONT FACE="Arial, Helvetica">Features:</FONT></I></B></P>
  86.  
  87. <UL>
  88.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">HTML access to your IMAP mailbox</FONT>
  89.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">Proxy-able anywhere HTTP can be proxied</FONT>
  90.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">Easy to use</FONT>
  91.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">Uses web browser's content handling capabilities</FONT>
  92. </UL>
  93.  
  94. <P><B><I><FONT FACE="Arial, Helvetica">Limitations:</FONT></I></B></P>
  95.  
  96. <UL>
  97.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">Only INBOX support (no user folders)</FONT>
  98.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">Can't delete, copy, move, print, save, forward, reply to, search in
  99.         messages --<BR>
  100.         but it could be done</FONT>
  101.         <LI><FONT SIZE="2" FACE="Arial, Helvetica">Doesn't check for new messages (have to log out and log back it)</FONT>
  102. </UL>
  103.  
  104. <P>
  105. <HR ALIGN="CENTER">
  106. </P>
  107.  
  108. <P><FONT FACE="Arial, Helvetica">Feedback to </FONT><A HREF="mailto:javamail@Sun.COM"><FONT FACE="Arial, Helvetica">javamail@Sun.COM</FONT></A>
  109. </FORM>
  110.  
  111. </BODY>
  112.  
  113. </HTML>
  114.