Class Swift_Mime_ContentEncoder_QpContentEncoder
Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.
- Swift_Encoder_QpEncoder implements Swift_Encoder
- Swift_Mime_ContentEncoder_QpContentEncoder implements Swift_Mime_ContentEncoder
Package: Swift\Mime
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
Methods summary
public
|
#
__construct(
Creates a new QpContentEncoder for the given CharacterStream. |
public
|
|
protected
|
|
protected
|
|
public
|
#
encodeByteStream(
Encode stream $in to stream $out. QP encoded strings have a maximum line length of 76 characters. If the first line needs to be shorter, indicate the difference with $firstLineOffset. |
public
string
|
Methods inherited from Swift_Encoder_QpEncoder
__wakeup()
,
_encodeByteSequence()
,
_nextSequence()
,
_standardize()
,
charsetChanged()
,
encodeString()
Magic methods summary
Properties summary
protected
mixed
|
$_dotEscape |