KickJava   Java API By Example, From Geeks To Geeks.

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

  • 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.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 ...
  • org.apache.cocoon.mail.transformation.SendMailTransformer
    The SendMailTransformer send mails using SMTP including attachments with the specific parameters read from a configuration-file and delivers furthermore a report, where a state to each sent mail can bee seen. <p> The SendMailTransformer requires classes of the mail api from sun which comes ...
  • 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 ...
  • info.magnolia.cms.util.MailHandler
    This is a simple util class to send email from the form pages ... This class was previously included inside the jsp related to the form. @author niko @version $Id $
  • jodd.mail.SendMail
    Sends e-mails in an easy way. @2do i18n
  • org.objectweb.jonas.mail.factory.JavaMailMimePartDSFactory
    This class provides an implementation of a mime part data source factory for sending mail. @author Ludovic Bert @author Florent Benoit
  • 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.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 ...
  • 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.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.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.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.imapserver.IMAPTest
Popular Tags