| Package | Description |
|---|---|
| org.apache.james.imap.message.response |
| Modifier and Type | Method and Description |
|---|---|
FetchResponse.Structure |
FetchResponse.getBody()
Gets the structure of this message.
|
FetchResponse.Structure |
FetchResponse.Structure.getBody()
Gets the envelope of an embedded mail.
|
FetchResponse.Structure |
FetchResponse.getBodyStructure()
Gets the structure of this message.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<FetchResponse.Structure> |
FetchResponse.Structure.parts()
Iterates parts of a composite media type.
|
| Constructor and Description |
|---|
FetchResponse(int messageNumber,
javax.mail.Flags flags,
Long uid,
Long modSeq,
Date internalDate,
Long size,
FetchResponse.Envelope envelope,
FetchResponse.Structure body,
FetchResponse.Structure bodystructure,
List<FetchResponse.BodyElement> elements) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.