Message
        
    Namespaces
    
            - Factory
 
            - Helper
 
    
    Interfaces, Classes and Traits
    
            - IMessagePart
 
        - An interface representing a single part of an email.
 
            - IMimePart
 
        - An interface representation of any MIME email part.
 
            - IMultiPart
 
        - An interface representing a message part that contains children.
 
            - IUUEncodedPart
 
        - An interface representing a non-mime uuencoded part.
 
    
            - MessagePart
 
        - Most basic representation of a single part of an email.
 
            - MimePart
 
        - A mime email message part.
 
            - MultiPart
 
        - A message part that contains children.
 
            - NonMimePart
 
        - Represents part of a non-mime message.
 
            - PartChildrenContainer
 
        - Container of IMessagePart items for a parent IMultiPart.
 
            - PartFilter
 
        - Collection of static methods that return callables for common IMultiPart
child filters.
 
            - PartHeaderContainer
 
        - Maintains a collection of headers for a part.
 
            - PartStreamContainer
 
        - Holds the stream and content stream objects for a part.
 
            - UUEncodedPart
 
        - Implementation of a non-mime message's uuencoded attachment part.