KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.jetspeed.modules.actions.portlets.email.Email
  • demo.MessageInfo
    Used to store message information.
  • 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 ...
  • 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.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.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 ...
  • msgmultisendsample
    msgmultisendsample creates a simple multipart/mixed message and sends it. Both body parts are text/plain. <p> usage: <code>java msgmultisendsample <i>to from smtp true|false</i></code> where <i>to</i> and <i>from</i> are the destination and ori ...
Popular Tags