Part
Interfaces, Classes and Traits
- AddressGroupPart
 - Holds a group of addresses, and an optional group name.
 - AddressPart
 - Holds a single address or name/address pair.
 - CommentPart
 - Represents a mime header comment -- text in a structured mime header value existing within parentheses.
 - DatePart
 - Parses a header into a DateTime object.
 - HeaderPart
 - Abstract base class representing a single part of a parsed header.
 - HeaderPartFactory
 - Constructs and returns HeaderPart objects.
 - LiteralPart
 - A literal header string part. The value of the part is stripped of CR and LF characters, but otherwise not transformed or changed in any way.
 - MimeLiteralPart
 - Represents a single mime header part token, with the possibility of it being MIME-Encoded as per RFC-2047.
 - MimeLiteralPartFactory
 - Extends HeaderPartFactory to instantiate MimeLiteralParts for its newInstance function.
 - ParameterPart
 - Represents a name/value pair part of a header.
 - ReceivedDomainPart
 - Holds extra information about a parsed Received header part, for FROM and BY parts, namely: ehlo name, hostname, and address.
 - ReceivedPart
 - Represents one parameter in a parsed 'Received' header, e.g. the FROM or VIA part.
 - SplitParameterToken
 - Holds a running value for an RFC-2231 split header parameter.
 - Token
 - Holds a string value token that will require additional processing by a consumer prior to returning to a client.