OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:Multipart
(Results
1 - 2
of
2
) sorted by null
/packages/apps/UnifiedEmail/src/com/android/emailcommon/mail/
Multipart.java
21
public abstract class
Multipart
implements Body {
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/message/
Multipart.java
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>
[
all
...]
Completed in 67 milliseconds