Home | History | Annotate | Download | only in message

Lines Matching refs:Multipart

36  * Represents a MIME multipart body (see RFC 2045).A multipart body has a

37 * ordered list of body parts. The multipart body also has a preamble and
43 * @version $Id: Multipart.java,v 1.3 2004/10/02 12:41:11 ntherning Exp $
45 public class Multipart implements Body {
53 * Creates a new empty <code>Multipart</code> instance.
55 public Multipart() {
59 * Gets the multipart sub-type. E.g. <code>alternative</code> (the default)
63 * @return the multipart sub-type.
70 * Sets the multipart sub-type. E.g. <code>alternative</code>