Utility class used for creating wrapped or MIME-encoded versions of header values.
canBeEncoded(string $value) : bool
string
bool
mimeDecodeValue(string $value) : string
Performs quoted-printable decoding on a value.
string
string
Returns the mime encode value without the last line endingmimeEncodeValue(string $value, string $encoding, int $lineLength) : string
Performs quoted-printable encoding on a value, setting maximum line-length to 998.
string
string
int
maximum line-length, by default 998
string
Returns the mime encode value without the last line endingwrap(string $value, \Zend\Mail\Header\HeaderInterface $header) : string
wrapStructuredHeader(string $value, \Zend\Mail\Header\StructuredInterface $header) : string
wrapUnstructuredHeader(string $value, \Zend\Mail\Header\HeaderInterface $header) : string
Wrap at 78 characters or before, based on whitespace.
string
string