Part
Interfaces, Classes, Traits and Enums
- AddressGroupPart
- Holds a group of addresses and a 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
- Represents the value of a date header, parsing the date into a \DateTime
object.
- HeaderPart
- Abstract base class representing a single part of a parsed header.
- HeaderPartFactory
- Constructs and returns IHeaderPart objects.
- ParameterPart
- Represents a name/value parameter 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.
- Token
- Holds a string value token that will require additional processing by a
consumer prior to returning to a client.
- ContainerPart
- Base HeaderPart for a part that consists of other parts.
- MimeToken
- Represents a single mime header part token, with the possibility of it being
MIME-Encoded as per RFC-2047.
- MimeTokenPartFactory
- Extends HeaderPartFactory to instantiate MimeTokens for its
newInstance method.
- NameValuePart
- Represents a name/value pair part of a header.
- QuotedLiteralPart
- A quoted 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.
- SplitParameterPart
- Holds a running value for an RFC-2231 split header parameter.
- SubjectToken
- Specialized token for subjects that preserves whitespace, except for new
lines.