KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > Store > Top Examples

  • scioworks.imap.spec.beans.IWMessage
  • org.jboss.net.axis.transport.mailto.AbstractMailTransportService
    <dl> <dt><b>Title: </b><dd>Abstract Mail Transport Service</dd> <p> <dt><b>Description: </b><dd>Both the client and server side email transport services are based off of this class. </dd> <p> </dl> @author <a HR ...
  • org.apache.geronimo.mail.MailGBeanTest
    @version $Rev: $ $Date: $
  • org.apache.cocoon.mail.MailContext
    Encapsulation of context info of this webmail application @author Bernhard Huber @since 29 December 2002 @version CVS $Id: MailContext.java 30932 2004-07-29 17:35:38Z vgritsenko $
  • JavaMailServlet
    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. <p> Please note: This is NOT an example of how to wri ...
  • org.apache.cocoon.mail.MailAction
    This action creates javamail objects, and puts XMLizable object wrappers of these objects into the request attribute map. <p> This action enables javamail access as action. It creates an http sesion, and puts the MailContext object into the session attributes. </p> @see MailContext @ ...
  • org.jboss.resource.adapter.mail.inflow.MailFolder
    An encapsulation of a mail store folder used by the MailActivation.run to poll and retrieve new messages. @author Scott.Stark@jboss.org @version $Revision: 1.1 $
  • populate
    Copy folder hierarchies between different Stores. This is a useful utility to populate new (and possibly empty) mail stores. Specify both the source and destination folders as URLs. @author John Mani
Popular Tags