Part
        
    Namespaces
    
            - Factory
 
    
    Interfaces, Classes and Traits
    
    
            - MessagePart
 
        - Represents a single part of a message.
 
            - MimePart
 
        - Represents a single part of a multi-part mime message.
 
            - NonMimePart
 
        - Represents part of a non-mime message.  The part could either be a plain text
part or a uuencoded attachment and could be extended for other pre-mime
message encoding types.
 
            - ParentPart
 
        - A MessagePart that contains children.
 
            - PartBuilder
 
        - Used by MessageParser to keep information about a parsed message as an
intermediary before creating a Message object and its MessagePart children.
 
            - PartStreamFilterManager
 
        - Manages attached stream filters for a MessagePart's content resource handle.
 
            - UUEncodedPart
 
        - A specialized NonMimePart representing a uuencoded part.