Serves as a base-consumer for ID headers (like Message-ID and Content-ID).
IdBaseConsumerService handles invalidly-formatted IDs not within '<' and '>' characters. Processing for validly-formatted IDs are passed on to its sub-consumer, IdConsumer.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(Psr\Log\LoggerInterface $logger, ZBateson |
Properties |
Methods |
protected getPartForToken(string $token, bool $isLiteral) : ?ZBateson Returns null for whitespace, and {@see ZBateson\MailMimeParser\Header\Part\Token} for anything else.
|
protected getTokenSeparators() : array Returns '\s+' as a whitespace separator.
|
protected isEndToken(string $token) : bool IdBaseConsumerService doesn't have start/end tokens, and so always returns false. |
protected isStartToken(string $token) : bool IdBaseConsumerService doesn't have start/end tokens, and so always returns false.
|