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 classes/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
Author: Chris Corbyn
Located at classes/swiftmailer/lib/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
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
|
__wakeup(),
_encodeByteSequence(),
_nextSequence(),
_standardize(),
charsetChanged(),
encodeString()
|
protected
|
$_dotEscape
|
$_charStream,
$_filter,
$_qpMap,
$_safeMap,
$_safeMapShare
|