Overview

Packages

  • akismet
  • None
  • PHP
  • Smarty
    • Cacher
    • Compiler
    • Config
    • Debug
    • plugins
    • PluginsBlock
    • PluginsFilter
    • PluginsFunction
    • PluginsInternal
    • PluginsModifier
    • PluginsModifierCompiler
    • PluginsShared
    • Security
    • Template
    • TemplateResources
  • Swift
    • ByteStream
    • CharacterStream
    • Encoder
    • Events
    • KeyCache
    • Mailer
    • Mime
    • Plugins
    • Signatures
    • Signed
    • Transport
  • wa-apps
    • blog
      • actions
        • backend
        • blog
        • comment
        • cron
        • design
        • frontend
        • page
        • plugin
        • post
      • api
        • v1
      • cli
      • layout
      • model
      • plugin
        • aksimet
        • category
        • emailsubscription
        • favorite
        • gravatar
        • import
        • markdown
        • myposts
        • tag
        • troll
      • settings
    • checklists
      • backend
      • json
    • contacts
      • backend
    • developer
    • dummy
    • guestbook
    • guestbook2
    • photos
      • album
      • api
        • v1
      • backend
      • design
      • dialog
      • frontend
      • page
      • photo
      • plugin
        • comment
        • imageeffects
        • import
        • publicgallery
        • watermark
      • search
      • settings
      • stack
      • tag
      • upload
    • site
      • backend
      • blocks
      • config
      • design
      • domains
      • files
      • frontend
      • helper
      • layout
      • pages
      • routing
      • setting
    • stickies
      • api
        • v1
      • sheet
      • stiky
  • wa-plugin
    • payment
    • shipping
    • sms
  • wa-plugins
    • shipping
      • usps
  • wa-system
    • API
    • Auth
      • Adapters
    • Autoload
    • Cache
      • Adapter
    • Captcha
    • Config
    • Contact
    • controller
    • currency
    • database
    • datetime
    • design
    • event
    • exception
    • files
    • image
    • layout
    • locale
    • log
    • mail
    • page
      • action
      • model
    • payment
    • plugin
    • request
    • response
    • routing
    • shipping
    • sms
    • storage
    • user
    • util
    • validator
    • view
    • webasyst
      • api
      • backend
      • cli
      • config
      • layout
      • login
      • model
      • password
      • payment
      • profile
      • settings
      • shipment
    • widget
    • workflow
  • waPlugins
    • Payment
  • webasyst
    • wa-system
      • helper

Classes

  • Swift_Attachment
  • Swift_EmbeddedFile
  • Swift_Image
  • Swift_Message
  • Swift_Mime_Attachment
  • Swift_Mime_ContentEncoder_Base64ContentEncoder
  • Swift_Mime_ContentEncoder_NativeQpContentEncoder
  • Swift_Mime_ContentEncoder_PlainContentEncoder
  • Swift_Mime_ContentEncoder_QpContentEncoder
  • Swift_Mime_ContentEncoder_QpContentEncoderProxy
  • Swift_Mime_ContentEncoder_RawContentEncoder
  • Swift_Mime_EmbeddedFile
  • Swift_Mime_Grammar
  • Swift_Mime_HeaderEncoder_Base64HeaderEncoder
  • Swift_Mime_HeaderEncoder_QpHeaderEncoder
  • Swift_Mime_Headers_AbstractHeader
  • Swift_Mime_Headers_DateHeader
  • Swift_Mime_Headers_IdentificationHeader
  • Swift_Mime_Headers_MailboxHeader
  • Swift_Mime_Headers_OpenDKIMHeader
  • Swift_Mime_Headers_ParameterizedHeader
  • Swift_Mime_Headers_PathHeader
  • Swift_Mime_Headers_UnstructuredHeader
  • Swift_Mime_MimePart
  • Swift_Mime_SimpleHeaderFactory
  • Swift_Mime_SimpleHeaderSet
  • Swift_Mime_SimpleMessage
  • Swift_Mime_SimpleMimeEntity
  • Swift_MimePart
  • waMailMessage

Interfaces

  • Swift_Mime_CharsetObserver
  • Swift_Mime_ContentEncoder
  • Swift_Mime_EncodingObserver
  • Swift_Mime_Header
  • Swift_Mime_HeaderEncoder
  • Swift_Mime_HeaderFactory
  • Swift_Mime_HeaderSet
  • Swift_Mime_Message
  • Swift_Mime_MimeEntity
  • Swift_Mime_ParameterizedHeader
  • Overview
  • Package
  • Class
  • Tree
  • Deprecated
  • Todo

Class Swift_Mime_ContentEncoder_QpContentEncoder

Handles Quoted Printable (QP) Transfer Encoding in Swift Mailer.

Swift_Encoder_QpEncoder implements Swift_Encoder
Extended by Swift_Mime_ContentEncoder_QpContentEncoder implements Swift_Mime_ContentEncoder
Package: Swift\Mime
Author: Chris Corbyn
Located at wa-system/vendors/swift/classes/Swift/Mime/ContentEncoder/QpContentEncoder.php
Methods summary
public
# __construct( Swift_CharacterStream $charStream, Swift_StreamFilter $filter = null, boolean $dotEscape = false )

Creates a new QpContentEncoder for the given CharacterStream.

Creates a new QpContentEncoder for the given CharacterStream.

Parameters

$charStream
Swift_CharacterStream
$charStream to use for reading characters
$filter
Swift_StreamFilter
$filter if canonicalization should occur
$dotEscape
boolean
$dotEscape if dot stuffing workaround must be enabled

Overrides

Swift_Encoder_QpEncoder::__construct()
public
# __sleep( )

Overrides

Swift_Encoder_QpEncoder::__sleep()
protected
# getSafeMapShareId( )

Overrides

Swift_Encoder_QpEncoder::getSafeMapShareId()
protected
# initSafeMap( )

Overrides

Swift_Encoder_QpEncoder::initSafeMap()
public
# encodeByteStream( Swift_OutputByteStream $os, Swift_InputByteStream $is, integer $firstLineOffset = 0, integer $maxLineLength = 0 )

Encode stream $in to stream $out.

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.

Parameters

$os
Swift_OutputByteStream
$os output stream
$is
Swift_InputByteStream
$is input stream
$firstLineOffset
integer
$firstLineOffset
$maxLineLength
integer
$maxLineLength

Implementation of

Swift_Mime_ContentEncoder::encodeByteStream()
public string
# getName( )

Get the name of this encoding scheme. Returns the string 'quoted-printable'.

Get the name of this encoding scheme. Returns the string 'quoted-printable'.

Returns

string

Implementation of

Swift_Mime_ContentEncoder::getName()
Methods inherited from Swift_Encoder_QpEncoder
__wakeup(), _encodeByteSequence(), _nextSequence(), _standardize(), charsetChanged(), encodeString()
Properties summary
protected mixed $_dotEscape
#
Properties inherited from Swift_Encoder_QpEncoder
$_charStream, $_filter, $_qpMap, $_safeMap, $_safeMapShare
My fork of Webasyst Framework API documentation generated by ApiGen 2.8.0