Parses a mail mime message into its component parts. To invoke, call
{@see MailMimeParser::parse()}.
- author Zaahid Bateson
CloneableInstantiable
Methods |
public __construct(ZBateson |
public parse(Psr\Http\Message\StreamInterface $stream) Parses the passed stream into an {@see ZBateson\MailMimeParser\IMessage}
|
public static readLine( $handle) Convenience method to read a line of up to 4096 characters from the If the line is larger than 4096 characters, the remaining characters in
|
Properties |
protected $headerParser = NULL
|
protected $parserManager = NULL
|
protected $partBuilderFactory = NULL
|
protected $partHeaderContainerFactory = NULL
|
Methods |
public static readLine( $handle) Convenience method to read a line of up to 4096 characters from the If the line is larger than 4096 characters, the remaining characters in
|