Swift_Mime_ContentEncoder_RawContentEncoder
in package
implements
Swift_Mime_ContentEncoder
Handles raw Transfer Encoding in Swift Mailer.
When sending 8-bit content over SMTP, you should use Swift_Transport_Esmtp_EightBitMimeHandler to enable the 8BITMIME SMTP extension.
Tags
Interfaces, Classes and Traits
- Swift_Mime_ContentEncoder
- Interface for all Transfer Encoding schemes.
Table of Contents
- charsetChanged() : mixed
- Not used.
- encodeByteStream() : mixed
- Encode stream $in to stream $out.
- encodeString() : string
- Encode a given string to produce an encoded string.
- getName() : string
- Get the name of this encoding scheme.
Methods
charsetChanged()
Not used.
public
charsetChanged(mixed $charset) : mixed
Parameters
- $charset : mixed
Return values
mixed —encodeByteStream()
Encode stream $in to stream $out.
public
encodeByteStream(Swift_OutputByteStream $os, Swift_InputByteStream $is, int $firstLineOffset, int $maxLineLength) : mixed
Parameters
- $os : Swift_OutputByteStream
-
to read from
- $is : Swift_InputByteStream
-
to write to
- $firstLineOffset : int
-
ignored
- $maxLineLength : int
-
ignored
Return values
mixed —encodeString()
Encode a given string to produce an encoded string.
public
encodeString(string $string, int $firstLineOffset, int $maxLineLength) : string
Parameters
- $string : string
- $firstLineOffset : int
-
ignored
- $maxLineLength : int
-
ignored
Return values
string —getName()
Get the name of this encoding scheme.
public
getName() : string