KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.
  • com.mockobjects.mail.MockMessage
  • com.mockobjects.mail.internet.MockMimeMessage
  • org.jboss.monitor.alerts.EmailAlertListener
    Comment @author <a HREF="mailto:bill@jboss.org">Bill Burke</a> @version $Revision: 1.2.6.1 $
  • transport
    transport is a simple program that creates a message, explicitly retrieves a Transport from the session based on the type of the address (it's InternetAddress, so SMTP will be used) and sends the message. usage: <code>java transport <i>"toaddr1[, toaddr2]*" from smtphost true|false&l ...
  • 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 ...
  • demo.MessageInfo
    Used to store message information.
  • org.apache.geronimo.mail.NullTransport
    @version $Rev$ $Date$
  • org.apache.james.transport.mailets.RemoteDelivery
    Receives a MessageContainer from JamesSpoolManager and takes care of delivery the message to remote hosts. If for some reason mail can't be delivered store it in the "outgoing" Repository and set an Alarm. After the next "delayTime" the Alarm will wake the servlet that will try to send it again. A ...
Popular Tags