| Package | Description |
|---|---|
| org.apache.james.mailbox.model | |
| org.apache.james.mailbox.store |
| Modifier and Type | Method and Description |
|---|---|
MimeDescriptor |
MimeDescriptor.embeddedMessage()
Gets embedded message.
|
MimeDescriptor |
MessageResult.getMimeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<MimeDescriptor> |
MimeDescriptor.parts()
Gets parts.
|
| Modifier and Type | Class and Description |
|---|---|
class |
LazyMimeDescriptor
A
MimeDescriptor implementation which tries to optimize the way the data
is loading by using it in a lazy fashion whenever possible. |
class |
MimeDescriptorImpl |
| Modifier and Type | Method and Description |
|---|---|
MimeDescriptor |
MimeDescriptorImpl.embeddedMessage() |
MimeDescriptor |
LazyMimeDescriptor.embeddedMessage()
Return null
|
MimeDescriptor |
MessageResultImpl.getMimeDescriptor() |
| Modifier and Type | Method and Description |
|---|---|
Iterator<MimeDescriptor> |
MimeDescriptorImpl.parts() |
Iterator<MimeDescriptor> |
LazyMimeDescriptor.parts() |
| Constructor and Description |
|---|
MimeDescriptorImpl(long bodyOctets,
String contentDescription,
String contentId,
long lines,
String subType,
String type,
String transferEncoding,
Collection<MessageResult.Header> headers,
Map<String,String> contentTypeParameters,
List<String> languages,
String disposition,
Map<String,String> dispositionParams,
MimeDescriptor embeddedMessage,
Collection<MimeDescriptor> parts,
String location,
String md5) |
| Constructor and Description |
|---|
MimeDescriptorImpl(long bodyOctets,
String contentDescription,
String contentId,
long lines,
String subType,
String type,
String transferEncoding,
Collection<MessageResult.Header> headers,
Map<String,String> contentTypeParameters,
List<String> languages,
String disposition,
Map<String,String> dispositionParams,
MimeDescriptor embeddedMessage,
Collection<MimeDescriptor> parts,
String location,
String md5) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.