KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > mail > internet > MimeMessage > Top Examples

  • org.springframework.mail.javamail.JavaMailSenderTests
    @author Juergen Hoeller @since 09.10.2004
  • org.apache.james.mailrepository.MBoxMailRepository
    Implementation of a MailRepository using UNIX mbox files. <p>Requires a configuration element in the .conf.xml file of the form: <br>&lt;repository destinationURL="mbox://&lt;directory&gt;" <br> type="MAIL" <br>&lt;/directory&gt; is where the ...
  • 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 ...
  • 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.apache.james.core.MailImpl
    <P>Wraps a MimeMessage adding routing information (from SMTP) and some simple API enhancements.</P> <P>From James version > 2.2.0a8 "mail attributes" have been added. Backward and forward compatibility is supported: messages stored in file repositories <I>without</I&g ...
  • 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 ...
  • 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.jetspeed.modules.actions.portlets.email.Email
  • 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.imapserver.commands.CopyCommand
    import org.apache.james.core.EnhancedMimeMessage; Implements the IMAP UID COPY command for a given ImapRequestImpl. References: rfc 2060 @version 0.2 on 04 Aug 2002
  • org.apache.axis2.transport.mail.server.SMTPWorker
    @author Chamil Thanthrimudalige @author Chamikara Jayalath
  • 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.enhydra.oyster.activation.CMSEnvelopedDataSource
    CMSEnvelopedDataSource represents implementation of DataSource interfaces. It is used within MimeMessage as a source of data. Also, object of this class is used to create DER encoded Cryptographic Message Syntax (CMS) object represented in ASN.1 notation according to RFC2630. This object (CMS) is ...
  • 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 ...
Popular Tags