Parses a Received header into ReceivedParts, ReceivedDomainParts, a DatePart,
and CommentParts.
Parts that don't correspond to any of the above are discarded.
- author Zaahid Bateson
Methods |
Properties |
Methods |
protected advanceToNextToken(Iterator $tokens, bool $isStartToken) Overridden to /not/ advance when the end token matches a start token for
|
protected getSubConsumers() : array Returns sub-consumers for a received consumer.
|
protected getTokenSeparators() : array ReceivedConsumer doesn't have any token separators of its own. Sub-Consumers will return separators matching 'part' word separators, for
|
protected getTokenSplitPattern() : string Overridden to exclude the MimeLiteralPart pattern that comes by default
|
protected isEndToken(string $token) : bool ReceivedConsumer doesn't have an end token, and so this just returns |
protected isStartToken(string $token) : bool ReceivedConsumer doesn't start consuming at a specific token, it's the
|
protected processParts(array $parts) : array Overridden to combine all part values into a single string and return it
|
Methods |