Overview

Packages

  • CONTENIDO
  • Core
    • Authentication
    • Backend
    • Cache
    • CEC
    • Chain
    • ContentType
    • Database
    • Debug
    • Exception
    • Frontend
      • Search
      • URI
      • Util
    • GenericDB
      • Model
    • GUI
      • HTML
    • I18N
    • LayoutHandler
    • Log
    • Security
    • Session
    • Util
    • Validation
    • Versioning
    • XML
  • Module
    • ContentRssCreator
    • ContentSitemapHtml
    • ContentSitemapXml
    • ContentUserForum
    • NavigationTop
    • ScriptCookieDirective
  • mpAutoloaderClassMap
  • None
  • Plugin
    • ContentAllocation
    • CronjobOverview
    • FormAssistant
    • FrontendLogic
    • FrontendUsers
    • Linkchecker
    • ModRewrite
    • Newsletter
    • Repository
      • FrontendNavigation
      • KeywordDensity
    • SearchSolr
    • SmartyWrapper
    • UrlShortener
    • UserForum
    • Workflow
  • PluginManager
  • Setup
    • Form
    • GUI
    • Helper
      • Environment
      • Filesystem
      • MySQL
      • PHP
    • UpgradeJob
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • 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
  • Overview
  • Package
  • Class
  • Todo
  • Download

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 classes/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
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
to encode
$firstLineOffset
$maxLineLength
$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

Implementation of

Swift_Mime_CharsetObserver::charsetChanged()
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.

#
CMS CONTENIDO 4.9.7 API documentation generated by ApiGen