KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.jetspeed.modules.actions.portlets.email.Email
  • org.apache.jetspeed.modules.actions.portlets.email.EmailPortlet
    Email Action @author <a HREF="mailto:jlim@gluecode.com">Jonas Lim </a> @version $Id: EmailPortlet.java,v 1.2 2004/03/22 22:26:58 taylor Exp $
  • org.apache.cocoon.mail.MailContentHandlerDelegate
    Marshal javamail objects <p> Having one or more javamail objects, like Message, Folder, et al. emit SAX events </p> @author Bernhard Huber @since 24. Oktober 2002 @version CVS $Id: MailContentHandlerDelegate.java 30932 2004-07-29 17:35:38Z vgritsenko $ Generated SAX events conformin ...
  • org.apache.james.core.MimeMessageWrapper
    This object wraps a MimeMessage, only loading the underlying MimeMessage object when needed. Also tracks if changes were made to reduce unnecessary saves.
  • org.jboss.net.axis.transport.mailto.client.SyncMailSender
    <dl> <dt><b>Title: </b><dd>Synchronous Mail Transport</dd> <p> <dt><b>Description: </b><dd>This is a Synchronous email Transport. It will block while waiting for a response.<br> This client side sender is really only usefull f ...
  • 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 ...
  • msgshow
    Demo app that exercises the Message interfaces. Show information about and contents of messages. @author John Mani @author Bill Shannon
  • search
    Search the given folder for messages matching the given criteria. @author John Mani
  • 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 $
  • org.apache.turbine.util.mail.MailMessage
    Creates a very simple text/plain message and sends it. <p>MailMessage creates a very simple text/plain message and sends it. It can be used like this:<br> <pre> MailMessage sm = new MailMessage("mail.domain.net", "toYou@domain.net", "fromMe@domain", "this is the subject", "this ...
  • scioworks.imap.presentation.imapWeb.mail_list
Popular Tags