Blesta
  • Package
  • Class
  • Tree
  • Deprecated

Packages

  • blesta
    • app
      • components
        • events
          • default
      • controllers
      • models
    • components
      • auth
      • delivery
        • interfax
        • postal
          • methods
      • download
      • email
      • exchange
        • rates
          • foxrate
          • google
            • finance
          • yahoo
            • finance
      • gateway
        • payments
      • gateways
      • invoice
        • delivery
        • templates
      • json
      • modules
      • net
        • http
        • net
          • amazon
            • s3
          • geo
            • ip
      • plugins
      • recaptcha
      • security
      • session
        • cart
      • settingscollection
      • upgrades
      • upload
      • vcard
    • helpers
      • currency
        • format
      • data
        • structure
          • array
          • string
      • text
        • parser
  • com
    • tecnick
      • tcpdf
        • blesta
          • components
            • invoice
              • templates
                • quickbooks
                  • invoice
                • templates
                  • default
  • Crypt
    • AES
    • DES
    • Hash
    • Random
    • RC4
    • Rijndael
    • RSA
    • TerraDES
  • File
    • ANSI
    • ASN1
    • X509
  • Math
    • BigInteger
  • minPHP
    • components
      • input
      • record
    • helpers
      • color
      • data
        • structure
      • date
      • html
      • xml
    • lib
  • Net
    • SFTP
    • SSH1
    • SSH2
  • None
  • PHP
  • PHPMailer
  • Services
    • JSON
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Transport

Classes

  • Swift_CharacterReader_GenericFixedWidthReader
  • Swift_CharacterReader_UsAsciiReader
  • Swift_CharacterReader_Utf8Reader
  • Swift_CharacterReaderFactory_SimpleCharacterReaderFactory
  • Swift_Encoder_Base64Encoder
  • Swift_Encoder_QpEncoder
  • Swift_Encoder_Rfc2231Encoder
  • Swift_Encoding

Interfaces

  • Swift_CharacterReader
  • Swift_CharacterReaderFactory
  • Swift_Encoder

Class Swift_Encoder_Rfc2231Encoder

Handles RFC 2231 specified Encoding in Swift Mailer.

Swift_Encoder_Rfc2231Encoder implements Swift_Encoder
Package: Swift\Encoder
Author: Chris Corbyn
Located at vendors/swiftmailer/lib/classes/Swift/Encoder/Rfc2231Encoder.php

Methods summary

public
# __construct( Swift_CharacterStream $charStream )

Creates a new Rfc2231Encoder using the given character stream instance.

Creates a new Rfc2231Encoder using the given character stream instance.

Parameters

$charStream
Swift_CharacterStream
public string
# encodeString( string $string, integer $firstLineOffset = 0, integer $maxLineLength = 0 )

Takes an unencoded string and produces a string encoded according to RFC 2231 from it.

Takes an unencoded string and produces a string encoded according to RFC 2231 from it.

Parameters

$string
string
$string to encode
$firstLineOffset
integer
$firstLineOffset
$maxLineLength
integer
$maxLineLength, optional, 0 indicates the default of 75 bytes

Returns

string

Implementation of

Swift_Encoder::encodeString()
public
# charsetChanged( string $charset )

Updates the charset used.

Updates the charset used.

Parameters

$charset
string
$charset

Implementation of

Swift_Mime_CharsetObserver::charsetChanged()

Magic methods summary

Properties summary

private Swift_CharacterStream $_charStream
#

A character stream to use when reading a string as characters instead of bytes.

A character stream to use when reading a string as characters instead of bytes.

Blesta API documentation generated by ApiGen 2.8.0