|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use MessageResult.MimePath | |
---|---|
org.apache.james.mailboxmanager | This is now some kind of complete as it reflects the ideas I have in mind. |
org.apache.james.mailboxmanager.impl |
Uses of MessageResult.MimePath in org.apache.james.mailboxmanager |
---|
Methods in org.apache.james.mailboxmanager that return MessageResult.MimePath | |
---|---|
MessageResult.MimePath |
MessageResult.FetchGroup.PartContentDescriptor.path()
Path describing the part to be fetched. |
Methods in org.apache.james.mailboxmanager with parameters of type MessageResult.MimePath | |
---|---|
MessageResult.Content |
MessageResult.getBody(MessageResult.MimePath path)
Gets the body of the given mime part. |
MessageResult.Content |
MessageResult.getFullContent(MessageResult.MimePath path)
Gets the full content of the given mime part. |
MessageResult.Content |
MessageResult.getMimeBody(MessageResult.MimePath path)
Gets the body of the given mime part. |
java.util.Iterator |
MessageResult.iterateHeaders(MessageResult.MimePath path)
Iterates the message headers for the given part in a multipart message. |
java.util.Iterator |
MessageResult.iterateMimeHeaders(MessageResult.MimePath path)
Iterates the MIME headers for the given part in a multipart message. |
Uses of MessageResult.MimePath in org.apache.james.mailboxmanager.impl |
---|
Methods in org.apache.james.mailboxmanager.impl that return MessageResult.MimePath | |
---|---|
MessageResult.MimePath |
PartContentDescriptorImpl.path()
|
Constructors in org.apache.james.mailboxmanager.impl with parameters of type MessageResult.MimePath | |
---|---|
PartContentDescriptorImpl(int content,
MessageResult.MimePath path)
|
|
PartContentDescriptorImpl(MessageResult.MimePath path)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |