KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.geronimo.mail.MailGBeanTest
    @version $Rev: $ $Date: $
  • org.roller.util.MailUtil
  • org.apache.james.fetchmail.FetchMail
    <p>Class <code>FetchMail</code> is an Avalon task that is periodically triggered to fetch mail from a JavaMail Message Store.</p> <p>The lifecycle of an instance of <code>FetchMail</code> is managed by Avalon. The <code>configure(Configuration)</ ...
  • 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.springframework.mail.javamail.JavaMailSenderImpl
    Production implementation of the JavaMailSender interface. Supports both JavaMail MimeMessages and Spring SimpleMailMessages. Can also be used as plain MailSender implementation. <p>Allows for defining all settings locally as bean properties. Alternatively, a pre-configured JavaMail Session ...
  • 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.apache.cocoon.mail.MailMessageSender
    A helper class used by the {@link org.apache.cocoon.acting.Sendmail} and the <code>sendmail.xsl</code> logicsheet for sending an email message. <h3>Configuration</h3> <table><tbody> <tr><th>smtp-host</th><td>SMTP server to use sending ma ...
  • org.apache.james.transport.mailets.AbstractRedirect
    <P>Abstract mailet providing configurable redirection services.<BR> This mailet can be subclassed to make authoring redirection mailets simple.<BR> By extending it and overriding one or more of these methods new behaviour can be quickly created without the author having to addres ...
Popular Tags