Parses content for non-mime messages and uu-encoded child parts.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(ZBateson |
public canParse(ZBateson Always returns true, and should therefore be the last parser reached by a ParserManager. |
public parseContent(ZBateson |
public parseNextChild(ZBateson |
Properties |
protected ZBateson |
Methods |
private createPart(ZBateson Creates a UUEncodedPartHeaderContainer attached to a PartBuilder, and calls $this->parserManager->createParserProxyFor(). It also sets the PartBuilder's stream part start pos and content start pos to that of $parent->getNextParStart() (since a 'begin' line is read prior to another child being created, see parseNextPart()). |
private parseNextPart(ZBateson Reads content from the passed ParserPartProxy's stream till a uu-encoded 'begin' line is found, setting $proxy->setStreamPartContentAndEndPos() to the last byte read before the begin line.
|