| Package | Description |
|---|---|
| org.apache.james.imap.message.response | |
| org.apache.james.imap.processor.fetch |
| Modifier and Type | Method and Description |
|---|---|
List<FetchResponse.BodyElement> |
FetchResponse.getElements()
TODO: replace
|
| 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) |
| Modifier and Type | Class and Description |
|---|---|
class |
HeaderBodyElement
FetchResponse.BodyElement which represent a HEADER element specified by for example (BODY[1.HEADER]) |
class |
HeadersBodyElement |
class |
MimeBodyElement
FetchResponse.BodyElement which represent a MIME element specified by for example (BODY[1.MIME]) |
Copyright © 2010-2012 The Apache Software Foundation. All Rights Reserved.