|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EmailContentPart | |
---|---|
rice.email | |
rice.email.proxy.imap.commands.fetch | |
rice.email.proxy.pop3.commands |
Uses of EmailContentPart in rice.email |
---|
Subclasses of EmailContentPart in rice.email | |
---|---|
class |
EmailHeadersPart
Abstract class which represents a part of an email with headers |
class |
EmailMessagePart
Represents a part of an email with headers |
class |
EmailMultiPart
Represents the content of an email which is a multi-part entry |
class |
EmailSinglePart
Represents the content of an email which is a single entry |
Fields in rice.email declared as EmailContentPart | |
---|---|
EmailContentPart |
EmailHeadersPart.content
The content of this part |
Constructors in rice.email with parameters of type EmailContentPart | |
---|---|
EmailHeadersPart(EmailData headers,
EmailContentPart content)
Constructor. |
|
EmailMessagePart(EmailData headers,
EmailContentPart content)
Constructor. |
Uses of EmailContentPart in rice.email.proxy.imap.commands.fetch |
---|
Methods in rice.email.proxy.imap.commands.fetch with parameters of type EmailContentPart | |
---|---|
java.lang.String |
BodyPart.fetchAll(BodyPartRequest breq,
EmailContentPart part)
|
java.lang.String |
BodyPart.fetchAll(EmailContentPart part)
|
protected int |
BodyPart.internalFetchSize(EmailContentPart content)
|
Uses of EmailContentPart in rice.email.proxy.pop3.commands |
---|
Methods in rice.email.proxy.pop3.commands with parameters of type EmailContentPart | |
---|---|
static java.lang.String |
RetrCommand.fetchAll(Pop3Connection conn,
EmailContentPart part)
|
|
ePOST API | |||||||||
PREV NEXT | FRAMES NO FRAMES |