KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > MessagingException > 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.
  • 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 ...
  • org.apache.james.fetchmail.MessageProcessor
    <p>Class <code>MessageProcessor</code> handles the delivery of <code>MimeMessages</code> to the James input spool.</p> <p>Messages written to the input spool always have the following Mail Attributes set:</p> <dl> <dt>org.apache.james.fe ...
  • org.springframework.mail.javamail.MimeMessageHelper
    Helper class for easy population of a <code>javax.mail.internet.MimeMessage</code>. <p>Mirrors the simple setters of SimpleMailMessage, directly applying the values to the underlying MimeMessage. Allows to define a character encoding for the entire message, automatically applied ...
  • com.mockobjects.mail.MockMessage
  • com.mockobjects.mail.internet.MockMimeMessage
  • org.apache.axis2.attachments.PartOnFile
    @author <a HREF="mailto:thilina@opensource.lk"> Thilina Gunarathne </a>
  • org.springframework.mail.javamail.JavaMailSenderTests
    @author Juergen Hoeller @since 09.10.2004
  • demo.MessageInfo
    Used to store message information.
  • org.apache.soap.rpc.SOAPContext
    SOAP context for a message. Encapsulates: <ul> <li>MIME multipart </ul> @author Wouter Cloetens (wcloeten@raleigh.ibm.com)
  • org.apache.turbine.util.mail.Email
    The base class for all email messages. This class sets the sender's email & name, receiver's email & name, subject, and the sent date. Subclasses are responsible for setting the message body. @author <a HREF="mailto:jon@latchkey.com">Jon S. Stevens</a> @author <a HREF="ma ...
  • 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 ...
  • org.apache.james.transport.mailets.DSNBounce
    <P>Generates a Delivery Status Notification (DSN) Note that this is different than a mail-client's reply, which would use the Reply-To or From header.</P> <P>Bounced messages are attached in their entirety (headers and content) and the resulting MIME part type is "message/rfc822 ...
  • org.apache.james.transport.mailets.AbstractNotify
    <P>Abstract mailet providing configurable notification services.<BR> This mailet can be subclassed to make authoring notification mailets simple.<BR> <P>Provides the following functionalities to all notification subclasses:</P> <UL> <LI>A common notificati ...
  • org.springframework.mail.javamail.MimeMailMessage
    Implementation of the MailMessage interface for a JavaMail MIME message, to let message population code interact with a simple message or a MIME message through a common interface. <p>Uses a MimeMessageHelper underneath. Can either be created with a MimeMessageHelper instance or with a Java ...
  • org.apache.james.fetchmail.FolderProcessor
    <p>Class <code>FolderProcessor</code> opens a Folder and iterates over all of the Messages, delegating their processing to <code>MessageProcessor</code>.</p> <p>If isRecurse(), all subfolders are fetched recursively.</p> <p>Creation Date: 25- ...
  • org.apache.james.transport.mailets.JDBCListserv
    Rewrites recipient addresses based on a database table. The connection is configured by passing the URL to a conn definition. You need to set the table name to check (or view) along with the source and target columns to use. For example, &lt;mailet match="All" class="JDBCListserv"&gt; & ...
  • org.apache.soap.transport.TransportMessage
    Transport type-independent encapsulation of SOAP message content. @author Wouter Cloetens
  • org.apache.mailet.MailetContext
    Defines a set of methods that a mailet or matcher uses to communicate with its mailet container, for example, to send a new message, to deliver a message locally, or write to a log file. The MailetContext object is contained within the MailetConfig and MatcherConfig objects, which the mailet cont ...
  • org.apache.james.pop3server.POP3Handler
    The handler class for POP3 connections.
  • 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.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.transport.matchers.HasAttachment
    Checks whether this message has an attachment @version CVS $Revision: 1.2.4.4 $ $Date: 2004/03/15 03:54:21 $
  • org.apache.james.transport.matchers.HasMailAttribute
    <P>This Matcher determines if the mail contains the attribute specified in the condition, and returns all recipients if it is the case.</P> <P>Sample configuration:</P> <PRE><CODE> &lt;mailet match="HasMailAttribute=whatever" class=&quot;&lt;any-clas ...
  • org.apache.james.transport.mailets.ToProcessor
    This mailet redirects the mail to the named processor Sample configuration: <mailet match="All" class="ToProcessor"> <processor>spam</processor> <notice>Notice attached to the message (optional)</notice> </mailet>
  • FolderViewer
    @version 1.11, 01/05/23 @author Christopher Cotton @author Bill Shannon
Popular Tags