|
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Part in com.funambol.mail |
---|
Subclasses of Part in com.funambol.mail | |
---|---|
class |
BodyPart
A BodyPart object is foreseen to be inserted into a Multipart container, itself inserted in a multi-part Message with MIME Content-Type equal to "multipart" |
class |
LightMessage
Overload serialization methods of Message to load the headers only. |
class |
Message
This class models a MIME-style email message. |
Methods in com.funambol.mail that return Part | |
---|---|
Part |
Multipart.getContainer()
Return the container object for this Multipart. |
Methods in com.funambol.mail with parameters of type Part | |
---|---|
void |
Multipart.setContainer(Part container)
Set the container object for this Multipart. |
|
|||||||||
PREV NEXT | FRAMES NO FRAMES |